aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2007-05-10 22:51:50 -0700
committerDavid Woodhouse <dwmw2@infradead.org>2007-05-11 12:14:15 +0100
commitacaebfd8a7af0019b2edfcf4045c56c3e18375c5 (patch)
tree312d91a96fbc6ed3672220e2c4087a196e5ab6cf /include/linux/fs.h
parent[MTD] [MAPS] don't force uclinux mtd map to be root dev (diff)
downloadlinux-dev-acaebfd8a7af0019b2edfcf4045c56c3e18375c5.tar.xz
linux-dev-acaebfd8a7af0019b2edfcf4045c56c3e18375c5.zip
[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 {
struct list_head s_files;
struct block_device *s_bdev;
+ struct mtd_info *s_mtd;
struct list_head s_instances;
struct quota_info s_dquot; /* Diskquota specific options */