From 3ff86cc398ec6d3ffc2aa511b5afe564da9c19e4 Mon Sep 17 00:00:00 2001 From: adilger Date: Wed, 29 May 2002 10:10:50 +0000 Subject: [PATCH] Add super_operations to struct mds_obd so that we can free the allocated struct after the superblock has been freed. --- lustre/include/linux/obd.h | 1 + 1 file changed, 1 insertion(+) 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; -- 1.8.3.1