]> git.baikalelectronics.ru Git - kernel.git/commit
io-wq: reduce acct->lock crossing functions lock/unlock
authorHao Xu <haoxu@linux.alibaba.com>
Sun, 6 Feb 2022 09:52:40 +0000 (17:52 +0800)
committerJens Axboe <axboe@kernel.dk>
Thu, 10 Mar 2022 13:32:49 +0000 (06:32 -0700)
commit1937d01b1262fd9017b94945d09471fe70c99473
tree5222b2a47c1c29d1be37f95716ae67e877b0b8dc
parent9f91800bab68796ba45501f64ad961b46fa6b08a
io-wq: reduce acct->lock crossing functions lock/unlock

reduce acct->lock lock and unlock in different functions to make the
code clearer.

Signed-off-by: Hao Xu <haoxu@linux.alibaba.com>
Link: https://lore.kernel.org/r/20220206095241.121485-3-haoxu@linux.alibaba.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io-wq.c