From: adilger Date: Wed, 29 May 2002 10:10:50 +0000 (+0000) Subject: Add super_operations to struct mds_obd so that we can free the allocated X-Git-Tag: v1_7_100~5611 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=3ff86cc398ec6d3ffc2aa511b5afe564da9c19e4;p=fs%2Flustre-release.git Add super_operations to struct mds_obd so that we can free the allocated struct after the superblock has been freed. --- diff --git a/lustre/include/linux/obd.h b/lustre/include/linux/obd.h index 60e6198..70574be 100644 --- a/lustre/include/linux/obd.h +++ b/lustre/include/linux/obd.h @@ -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;