]> bbs.cooldavid.org Git - net-next-2.6.git/commit - fs/splice.c
[PATCH] splice: optimize the splice buffer mapping
authorJens Axboe <axboe@suse.de>
Mon, 10 Apr 2006 07:04:41 +0000 (09:04 +0200)
committerJens Axboe <axboe@suse.de>
Mon, 10 Apr 2006 07:04:41 +0000 (09:04 +0200)
commit49d0b21be21efc07526d637e0ae935019667e532
tree04b200920e3e628a1a38939c580b5d63ff56bf0a
parent16c523ddabcce5d3d817f4a2491d628f84dfaaa1
[PATCH] splice: optimize the splice buffer mapping

We don't really need to lock down the pages, just make sure they
are uptodate.

Signed-off-by: Jens Axboe <axboe@suse.de>
fs/splice.c