commit | c00d2c7e89880036f288a764599b2b8b87c0a364 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Tue Dec 20 07:04:57 2016 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Thu Dec 22 22:58:37 2016 -0500 |
tree | 4f8690123b657080bd6c682e5f326b1b118ed630 | |
parent | e93b1cc8a8965da137ffea0b88e5f62fa1d2a9e6 [diff] |
move aio compat to fs/aio.c ... 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: Al Viro <viro@zeniv.linux.org.uk>