commit | 9061d14a8a97009085242b284b5b5f668af2bf97 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sat May 26 19:11:40 2018 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue May 29 23:17:40 2018 -0400 |
tree | 10a98679764221cdf87a9b067e60d13d1e72c110 | |
parent | 3c96c7f4caeb044da53a85092903f9192f4e2342 [diff] |
aio: all callers of aio_{read,write,fsync,poll} treat 0 and -EIOCBQUEUED the same way ... so just make them return 0 when caller does not need to destroy iocb Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>