summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorDamien Le Moal <damien.lemoal@wdc.com>2021-01-28 07:36:19 +0100
committerJens Axboe <axboe@kernel.dk>2021-01-28 15:31:50 +0100
commit0fe37724f8e70fa4cb72948f60fca553702df768 (patch)
tree3094f7e80c8206dd1842188de08e9c25b459a1dc /crypto
parentblk-cgroup: Use cond_resched() when destroy blkgs (diff)
downloadlinux-0fe37724f8e70fa4cb72948f60fca553702df768.tar.xz
linux-0fe37724f8e70fa4cb72948f60fca553702df768.zip
block: fix bd_size_lock use
Some block device drivers, e.g. the skd driver, call set_capacity() with IRQ disabled. This results in lockdep ito complain about inconsistent lock states ("inconsistent {HARDIRQ-ON-W} -> {IN-HARDIRQ-W} usage") because set_capacity takes a block device bd_size_lock using the functions spin_lock() and spin_unlock(). Ensure a consistent locking state by replacing these calls with spin_lock_irqsave() and spin_lock_irqrestore(). The same applies to bdev_set_nr_sectors(). With this fix, all lockdep complaints are resolved. Signed-off-by: Damien Le Moal <damien.lemoal@wdc.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'crypto')
0 files changed, 0 insertions, 0 deletions