[PATCH] splice: fixup writeout path after ->map changes
authorJens Axboe <axboe@suse.de>
Wed, 19 Apr 2006 13:57:31 +0000 (15:57 +0200)
committerJens Axboe <axboe@suse.de>
Wed, 19 Apr 2006 13:57:31 +0000 (15:57 +0200)
commit9e0267c26e237f84f608a68e579bf4eb89dad819
tree9ea854e8e97113afbf33dfb787171950cfb53df6
parenta4514ebd8e12c63c09ab02be518db545bd1d24af
[PATCH] splice: fixup writeout path after ->map changes

Since ->map() no longer locks the page, we need to adjust the handling
of those pages (and stealing) a little. This now passes full regressions
again.

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