Merge git://git.infradead.org/~dwmw2/mtd-2.6.23
This commit is contained in:
commit
bc5a6deba7
@ -70,6 +70,8 @@ static int get_sb_mtd_aux(struct file_system_type *fs_type, int flags,
|
|||||||
DEBUG(1, "MTDSB: New superblock for device %d (\"%s\")\n",
|
DEBUG(1, "MTDSB: New superblock for device %d (\"%s\")\n",
|
||||||
mtd->index, mtd->name);
|
mtd->index, mtd->name);
|
||||||
|
|
||||||
|
sb->s_flags = flags;
|
||||||
|
|
||||||
ret = fill_super(sb, data, flags & MS_SILENT ? 1 : 0);
|
ret = fill_super(sb, data, flags & MS_SILENT ? 1 : 0);
|
||||||
if (ret < 0) {
|
if (ret < 0) {
|
||||||
up_write(&sb->s_umount);
|
up_write(&sb->s_umount);
|
||||||
|
@ -627,7 +627,7 @@ unsigned char *jffs2_gc_fetch_page(struct jffs2_sb_info *c,
|
|||||||
struct inode *inode = OFNI_EDONI_2SFFJ(f);
|
struct inode *inode = OFNI_EDONI_2SFFJ(f);
|
||||||
struct page *pg;
|
struct page *pg;
|
||||||
|
|
||||||
pg = read_cache_page(inode->i_mapping, offset >> PAGE_CACHE_SHIFT,
|
pg = read_cache_page_async(inode->i_mapping, offset >> PAGE_CACHE_SHIFT,
|
||||||
(void *)jffs2_do_readpage_unlock, inode);
|
(void *)jffs2_do_readpage_unlock, inode);
|
||||||
if (IS_ERR(pg))
|
if (IS_ERR(pg))
|
||||||
return (void *)pg;
|
return (void *)pg;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user