Whamcloud - gitweb
Add super_operations to struct mds_obd so that we can free the allocated
[fs/lustre-release.git] / lustre / include / linux / obd.h
index 60e6198..70574be 100644 (file)
@@ -74,6 +74,7 @@ struct mds_obd {
 
         char *mds_fstype;
         struct super_block *mds_sb;
+        struct super_operations *mds_sop;
         struct vfsmount *mds_vfsmnt;
         struct obd_run_ctxt mds_ctxt;
         struct file_operations *mds_fop;