From: Jens Axboe Date: Thu, 4 May 2006 07:13:49 +0000 (+0200) Subject: [PATCH] compat_sys_vmsplice: one-off in UIO_MAXIOV check X-Git-Tag: v2.6.17-rc4~44^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98232d504db0a1f91ecaa93686ed3bf61963103b;p=pandora-kernel.git [PATCH] compat_sys_vmsplice: one-off in UIO_MAXIOV check nr_segs may not be > UIO_MAXIOV, however it may be equal to. This makes the behaviour identical to the real sys_vmsplice(). The other foov syscalls also agree that this is the way to go. Signed-off-by: Jens Axboe --- Reading git-diff-tree failed