OSDN Git Service

block: reduce part_stat_lock() scope
authorChristoph Hellwig <hch@lst.de>
Wed, 27 May 2020 05:24:19 +0000 (07:24 +0200)
committerJens Axboe <axboe@kernel.dk>
Wed, 27 May 2020 11:21:23 +0000 (05:21 -0600)
commit524f9ffd6a4d3622aa48ca286ff85a30ed1cdbcf
treee04d89fd97ee32e1d7d66eaa881c0c035d1db0f4
parentb2d76adbc0828e0f108567973bcc500ed1abc139
block: reduce part_stat_lock() scope

We only need the stats lock (aka preempt_disable()) for updating the
states, not for looking up or dropping the hd_struct reference.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Konstantin Khlebnikov <khlebnikov@yandex-team.ru>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-core.c
block/blk-merge.c