Skip to content
  • Al Viro's avatar
    move aio compat to fs/aio.c · c00d2c7e
    Al Viro authored
    
    
    ... and fix the minor buglet in compat io_submit() - native one
    kills ioctx as cleanup when put_user() fails.  Get rid of
    bogus compat_... in !CONFIG_AIO case, while we are at it - they
    should simply fail with ENOSYS, same as for native counterparts.
    
    Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
    c00d2c7e