diff options
author | David Howells <dhowells@redhat.com> | 2007-05-11 09:51:50 +0400 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2007-05-11 15:14:15 +0400 |
commit | acaebfd8a7af0019b2edfcf4045c56c3e18375c5 (patch) | |
tree | 312d91a96fbc6ed3672220e2c4087a196e5ab6cf /include/linux/fs.h | |
parent | 33672f72b24191fb17c3666ec1c620f3fa617b50 (diff) | |
download | linux-acaebfd8a7af0019b2edfcf4045c56c3e18375c5.tar.xz |
[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.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 { 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 */ |