commit | 98232d504db0a1f91ecaa93686ed3bf61963103b | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@suse.de> | Thu May 04 09:13:49 2006 +0200 |
committer | Jens Axboe <axboe@suse.de> | Thu May 04 09:13:49 2006 +0200 |
tree | 0034c6798c6463775da82e30561ef6a7e37c5a08 | |
parent | a0548871ed267ae12eb1c860c5aaebd9e466b34e [diff] |
[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 <axboe@suse.de>