Whamcloud - gitweb
Add super_operations to struct mds_obd so that we can free the allocated
authoradilger <adilger>
Wed, 29 May 2002 10:10:50 +0000 (10:10 +0000)
committeradilger <adilger>
Wed, 29 May 2002 10:10:50 +0000 (10:10 +0000)
struct after the superblock has been freed.

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;