commit | ebf43500ef148a380bd132743c3fc530111ac620 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@suse.de> | Thu Apr 27 08:46:01 2006 +0200 |
committer | Jens Axboe <axboe@nelson.home.kernel.dk> | Thu Apr 27 08:59:48 2006 +0200 |
tree | 01ddb60f5662cf92b96b0468bf9820518a611209 | |
parent | eb645a24de82496434cc81171d7f350edb327399 [diff] |
[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>