Home
last modified time | relevance | path

Searched hist:7591489 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/
H A Dsplice.c7591489a Tue May 02 05:57:18 CDT 2006 Jens Axboe <axboe@suse.de> [PATCH] vmsplice: fix badly placed end paranthesis

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>
7591489a Tue May 02 05:57:18 CDT 2006 Jens Axboe <axboe@suse.de> [PATCH] vmsplice: fix badly placed end paranthesis

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>