X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Finclude%2Flinux%2Fobd_sim.h;h=6943898507480b3dfc1cf302a5f8c7b06bd8f0fd;hb=851d24d58eea7e9664546a8be8dd41959e4aa353;hp=b973e0b5236ef217bab518188eef711ae7d86888;hpb=17eaf7c18899a5fc9027b57d84240cbd2349a6db;p=fs%2Flustre-release.git diff --git a/lustre/include/linux/obd_sim.h b/lustre/include/linux/obd_sim.h index b973e0b..6943898 100644 --- a/lustre/include/linux/obd_sim.h +++ b/lustre/include/linux/obd_sim.h @@ -1,8 +1,8 @@ #ifndef _OBD_SIM #define _OBD_SIM -struct sim_obd { - struct super_block * sim_sb; +struct ext2_obd { + struct super_block * ext2_sb; }; @@ -11,7 +11,7 @@ extern struct obdfs_sb_info *obd_sbi; extern struct file_operations *obd_fso; /* obd_sim.c */ -extern struct obd_ops sim_obd_ops; +extern struct obd_ops ext2_obd_ops; inline long ext2_block_map (struct inode * inode, long block); /* balloc.c */