[PATCH] Add find_get_pages_contig(): contiguous variant of find_get_pages()
authorJens Axboe <axboe@suse.de>
Thu, 27 Apr 2006 06:46:01 +0000 (08:46 +0200)
committerJens Axboe <axboe@nelson.home.kernel.dk>
Thu, 27 Apr 2006 06:59:48 +0000 (08:59 +0200)
commitebf43500ef148a380bd132743c3fc530111ac620
tree01ddb60f5662cf92b96b0468bf9820518a611209
parenteb645a24de82496434cc81171d7f350edb327399
[PATCH] Add find_get_pages_contig(): contiguous variant of find_get_pages()

find_get_pages_contig() will break out if we hit a hole in the page cache.
From Andrew Morton, small modifications and documentation by me.

Signed-off-by: Jens Axboe <axboe@suse.de>
include/linux/pagemap.h
mm/filemap.c