]> asedeno.scripts.mit.edu Git - linux.git/commit
io_uring: replace s->needs_lock with s->in_async
authorJackie Liu <liuyun01@kylinos.cn>
Wed, 9 Oct 2019 01:19:59 +0000 (09:19 +0800)
committerJens Axboe <axboe@kernel.dk>
Tue, 29 Oct 2019 16:22:47 +0000 (10:22 -0600)
commitba5290ccb6b57fc5e274ae46d051fba1f0ece262
tree2dab2661498e2c9494e583abba45293450b868bd
parent33a107f0a1b8df0ad925e39d8afc97bb78e0cec1
io_uring: replace s->needs_lock with s->in_async

There is no function change, just to clean up the code, use s->in_async
to make the code know where it is.

Signed-off-by: Jackie Liu <liuyun01@kylinos.cn>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c