Add some comments to {mds,filter}_setup() describing config parameters.
}
-/* mount the file system (secretly) */
+/* mount the file system (secretly). lustre_cfg parameters are:
+ * 1 = device
+ * 2 = fstype
+ * 3 = flags: failover=f, failout=n, ignored for an MDS
+ * 4 = mount options
+ */
static int mds_setup(struct obd_device *obd, obd_count len, void *buf)
{
struct lprocfs_static_vars lvars;
return kio;
}
-/* mount the file system (secretly) */
+/* mount the file system (secretly). lustre_cfg parameters are:
+ * 1 = device
+ * 2 = fstype
+ * 3 = flags: failover=f, failout=n
+ * 4 = mount options
+ */
int filter_common_setup(struct obd_device *obd, obd_count len, void *buf,
void *option)
{