diff options
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 095a9c9a64fb..151739a55eaf 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -937,6 +937,7 @@ struct super_block { | |||
937 | struct list_head s_files; | 937 | struct list_head s_files; |
938 | 938 | ||
939 | struct block_device *s_bdev; | 939 | struct block_device *s_bdev; |
940 | struct mtd_info *s_mtd; | ||
940 | struct list_head s_instances; | 941 | struct list_head s_instances; |
941 | struct quota_info s_dquot; /* Diskquota specific options */ | 942 | struct quota_info s_dquot; /* Diskquota specific options */ |
942 | 943 | ||