commit | 2bb874c0d873d13bd9b9b9c6d7b7c4edab18c8b4 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Thu Mar 07 19:49:55 2019 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sun Mar 17 20:52:27 2019 -0400 |
tree | d1bcb3a83388eb45d7508dcd472efe61e85b2b51 | |
parent | a9339b7855094ba11a97e8822ae038135e879e79 [diff] |
aio: store event at final iocb_put() Instead of having aio_complete() set ->ki_res.{res,res2}, do that explicitly in its callers, drop the reference (as aio_complete() used to do) and delay the rest until the final iocb_put(). Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>