diff options
Diffstat (limited to 'ANDROID_3.4.5/include/linux/cramfs_fs_sb.h')
-rw-r--r-- | ANDROID_3.4.5/include/linux/cramfs_fs_sb.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/ANDROID_3.4.5/include/linux/cramfs_fs_sb.h b/ANDROID_3.4.5/include/linux/cramfs_fs_sb.h deleted file mode 100644 index 83906935..00000000 --- a/ANDROID_3.4.5/include/linux/cramfs_fs_sb.h +++ /dev/null @@ -1,20 +0,0 @@ -#ifndef _CRAMFS_FS_SB -#define _CRAMFS_FS_SB - -/* - * cramfs super-block data in memory - */ -struct cramfs_sb_info { - unsigned long magic; - unsigned long size; - unsigned long blocks; - unsigned long files; - unsigned long flags; -}; - -static inline struct cramfs_sb_info *CRAMFS_SB(struct super_block *sb) -{ - return sb->s_fs_info; -} - -#endif |