[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)
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>

No differences found