1. 14 3月, 2011 1 次提交
    • A
      compat breakage in preadv() and pwritev() · 586ce098
      Al Viro 提交于
      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: NAl Viro <viro@zeniv.linux.org.uk>
      586ce098
  2. 11 3月, 2011 7 次提交
  3. 10 3月, 2011 27 次提交
  4. 09 3月, 2011 5 次提交