commit | 6e802a4ba056a6f2f51ac9d54eead3ed6f9829a2 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Wed Dec 11 14:10:35 2019 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Jan 20 17:01:53 2020 -0700 |
tree | 1fcd466f66bb1d54d2737ecbdec83a500649961b | |
parent | 15b71abe7b52df214785dde0de9f581cc0216d17 [diff] |
fs: move filp_close() outside of __close_fd_get_file() Just one caller of this, and just use filp_close() there manually. This is important to allow async close/removal of the fd. Signed-off-by: Jens Axboe <axboe@kernel.dk>