aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/mtdsuper.c
Commit message (Collapse)AuthorAge
* [MTD] Initialise s_flags in get_sb_mtd_aux()David Howells2007-09-02
| | | | | | | Initialise s_flags in get_sb_mtd_aux() from the flags parameter. Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: David Woodhouse <dwmw2@infradead.org>
* [MTD] Fix error checking after get_mtd_device() in get_sb_mtd functionsDavid Woodhouse2007-06-01
| | | | | | It returns ERR_PTR(foo) on error, not just NULL. Signed-off-by: David Woodhouse <dwmw2@infradead.org>
* [MTD] generalise the handling of MTD-specific superblocksDavid Howells2007-05-11
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>