commit | 53108d476a105ab2597d7a4e6040b127829391b5 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Mon Dec 09 20:12:38 2019 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Tue Dec 10 16:33:23 2019 -0700 |
tree | 75a7dc0bf78597a0f059ad69262d87765775b988 | |
parent | 4a0a7a187453e65bdd24b9ede045b4c36b958868 [diff] |
io_uring: only hash regular files for async work execution We hash regular files to avoid having multiple threads hammer on the inode mutex, but it should not be needed on other types of files (like sockets). Signed-off-by: Jens Axboe <axboe@kernel.dk>