[PATCH] vmsplice: fix badly placed end paranthesis
authorJens Axboe <axboe@suse.de>
Tue, 2 May 2006 10:57:18 +0000 (12:57 +0200)
committerJens Axboe <axboe@suse.de>
Tue, 2 May 2006 10:57:18 +0000 (12:57 +0200)
We need to use the minium of {len, PAGE_SIZE-off}, not {len, PAGE_SIZE}-off.
The latter doesn't make any sense, and could cause us to attempt negative
length transfers...

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

diff --cc fs/splice.c
Simple merge