From: Jens Axboe Date: Tue, 2 May 2006 10:57:18 +0000 (+0200) Subject: [PATCH] vmsplice: fix badly placed end paranthesis X-Git-Tag: v2.6.17-rc4~60 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7591489a8fbee83f19bacc75756989a6a4d0389c;p=pandora-kernel.git [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 --- Reading git-diff-tree failed