commit | 3d6770fbd9353988839611bab107e4e891506aad | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Sat Apr 13 11:50:54 2019 -0600 |
committer | Jens Axboe <axboe@kernel.dk> | Sat Apr 13 19:08:22 2019 -0600 |
tree | 5269b98bee6e45d1230a59454b97fec30cb64b6a | |
parent | 77f1e0a52d26242b6c2dba019f6ebebfb9ff701e [diff] |
io_uring: drop io_file_put() 'file' argument Since the fget/fput handling was reworked in commit 09bb839434bd, we never call io_file_put() with state == NULL (and hence file != NULL) anymore. Remove that case. Reported-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Jens Axboe <axboe@kernel.dk>