The patch titled gfs2: ->readpages() fixes has been added to the -mm tree. Its filename is gfs2-readpages-fixes.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: gfs2: ->readpages() fixes From: OGAWA Hirofumi <hirofumi@xxxxxxxxxxxxxxxxxx> This just ignore the remaining pages, and remove unneeded unlock_pages(). Signed-off-by: OGAWA Hirofumi <hirofumi@xxxxxxxxxxxxxxxxxx> Cc: Steven French <sfrench@xxxxxxxxxx> Cc: Miklos Szeredi <miklos@xxxxxxxxxx> Cc: Steven Whitehouse <swhiteho@xxxxxxxxxx> Cc: Trond Myklebust <trond.myklebust@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- fs/gfs2/ops_address.c | 7 ------- 1 file changed, 7 deletions(-) diff -puN fs/gfs2/ops_address.c~gfs2-readpages-fixes fs/gfs2/ops_address.c --- a/fs/gfs2/ops_address.c~gfs2-readpages-fixes +++ a/fs/gfs2/ops_address.c @@ -337,13 +337,6 @@ out: out_noerror: ret = 0; out_unlock: - /* unlock all pages, we can't do any I/O right now */ - for (page_idx = 0; page_idx < nr_pages; page_idx++) { - struct page *page = list_entry(pages->prev, struct page, lru); - list_del(&page->lru); - unlock_page(page); - page_cache_release(page); - } if (do_unlock) gfs2_holder_uninit(&gh); goto out; _ Patches currently in -mm which might be from hirofumi@xxxxxxxxxxxxxxxxxx are nfs-fix-nfs_readpages-error-path.patch read_cache_pages-cleanup.patch cleanup-read_pages.patch cifs-readpages-fixes.patch fuse-readpages-cleanup.patch gfs2-readpages-fixes.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html