diff options
author | Damien Le Moal <damien.lemoal@wdc.com> | 2021-03-01 12:04:02 +0900 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2021-02-28 20:12:02 -0700 |
commit | 0f47227705d88382d9a8f98013d56442066d90ca (patch) | |
tree | 415304c437b9d9545424eb2226cb797034e7fb25 /block/blk-mq-debugfs.c | |
parent | fe07bfda2fb9cdef8a4d4008a409bb02f35f1bd8 (diff) | |
download | lwn-0f47227705d88382d9a8f98013d56442066d90ca.tar.gz lwn-0f47227705d88382d9a8f98013d56442066d90ca.zip |
block: revert "block: fix bd_size_lock use"
With the removal of the skd driver, using IRQ safe locking of a bdev
bd_size_lock spinlock to protect the bdev inode size is not necessary
anymore as there is no other known driver using this lock under an IRQ
disabled context (e.g. calling set_capacity() with IRQ disabled).
Revert commit 0fe37724f8e7 ("block: fix bd_size_lock use") which
introduced the IRQ safe change.
Signed-off-by: Damien Le Moal <damien.lemoal@wdc.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'block/blk-mq-debugfs.c')
0 files changed, 0 insertions, 0 deletions