Whamcloud - gitweb
file configurable-x86-stack-2.4.22-rh.patch was initially added on branch b_devel.
[fs/lustre-release.git] / lustre / include / linux / obd_ext2.h
index 1f15d0f..73b4b0b 100644 (file)
 #define OBD_EXT2_DEVICENAME "obdext2"
 #endif
 
-struct ext2_obd {
-        struct super_block * e2_sb;
-       struct vfsmount *e2_vfsmnt;
-};
-
-
 /* development definitions */
 extern struct obdfs_sb_info *obd_sbi;
 extern struct file_operations *obd_fso;
@@ -26,7 +20,7 @@ extern struct file_operations *obd_fso;
 /* ext2_obd.c */
 extern struct obd_ops ext2_obd_ops;
 
-
+#include <linux/fs.h>
 #include <linux/ext2_fs.h>
 
 /* super.c */