Skip to content
Commit 98232d50 authored by Jens Axboe's avatar Jens Axboe
Browse files

[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: default avatarJens Axboe <axboe@suse.de>
parent a0548871
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment