git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a054887
)
[PATCH] compat_sys_vmsplice: one-off in UIO_MAXIOV check
author
Jens Axboe
<axboe@suse.de>
Thu, 4 May 2006 07:13:49 +0000
(09:13 +0200)
committer
Jens Axboe
<axboe@suse.de>
Thu, 4 May 2006 07:13:49 +0000
(09:13 +0200)
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>
No differences found