Al Viro 586ce098a2 compat breakage in preadv() and pwritev()
Fix for a dumb preadv()/pwritev() compat bug - unlike the native
variants, compat_... ones forget to check FMODE_P{READ,WRITE}, so e.g.
on pipe the native preadv() will fail with -ESPIPE and compat one will
act as readv() and succeed.  Not critical, but it's a clear bug with trivial
fix.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2011-03-13 19:21:26 -04:00
..
2011-02-25 11:12:37 -08:00
2011-02-21 22:31:47 +00:00
2011-02-11 16:50:47 -06:00
2011-03-03 01:28:17 -05:00
2011-03-03 01:28:16 -05:00
2011-03-08 19:46:10 -05:00
2011-03-03 01:28:16 -05:00
2011-03-03 01:28:40 -05:00
2011-03-03 01:28:16 -05:00
2011-02-02 16:03:19 -08:00
2011-02-02 16:03:19 -08:00
2011-02-24 02:10:57 -05:00