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:
0ae5e4d
)
kill generic_segment_checks()
author
Al Viro
<viro@zeniv.linux.org.uk>
Tue, 4 Mar 2014 20:24:06 +0000
(15:24 -0500)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Tue, 6 May 2014 21:32:43 +0000
(17:32 -0400)
all callers of ->aio_read() and ->aio_write() have iov/nr_segs already
checked - generic_segment_checks() done after that is just an odd way
to spell iov_length().
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
No differences found