commit | 53fffe29a9e664a999dd3787e4428da8c30533e0 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Sat Nov 17 07:43:42 2018 -0700 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sat Nov 17 10:05:07 2018 -0500 |
tree | e5ffef375a649e60652f82da033e808663c66bf1 | |
parent | c4b7d1ba7d263b74bb72e9325262a67139605cde [diff] |
aio: fix failure to put the file pointer If the ioprio capability check fails, we return without putting the file pointer. Fixes: d9a08a9e616b ("fs: Add aio iopriority support") Signed-off-by: Jens Axboe <axboe@kernel.dk> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>