]> git.baikalelectronics.ru Git - kernel.git/commit
io_uring: use proper references for fallback_req locking
authorBijan Mottahedeh <bijan.mottahedeh@oracle.com>
Thu, 30 Apr 2020 00:47:50 +0000 (17:47 -0700)
committerJens Axboe <axboe@kernel.dk>
Fri, 1 May 2020 04:24:27 +0000 (22:24 -0600)
commit3d3a50b61ca3b678b0956c4e620b37b4922907c0
tree58961aab9d4e7060f29f81b73f2a8c02c8b64091
parent1dc092b895e5f6a55abe111a00a741d9ed0ef8d6
io_uring: use proper references for fallback_req locking

Use ctx->fallback_req address for test_and_set_bit_lock() and
clear_bit_unlock().

Signed-off-by: Bijan Mottahedeh <bijan.mottahedeh@oracle.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c