aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2007-05-11 01:51:50 -0400
committerDavid Woodhouse <dwmw2@infradead.org>2007-05-11 07:14:15 -0400
commitacaebfd8a7af0019b2edfcf4045c56c3e18375c5 (patch)
tree312d91a96fbc6ed3672220e2c4087a196e5ab6cf /include/linux/fs.h
parent33672f72b24191fb17c3666ec1c620f3fa617b50 (diff)
[MTD] generalise the handling of MTD-specific superblocks
Generalise the handling of MTD-specific superblocks so that JFFS2 and ROMFS can both share it. Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r--include/linux/fs.h1
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