]> git.baikalelectronics.ru Git - kernel.git/commit
block: umem: replace spin_lock_bh with spin_lock in tasklet callback
authorjun qian <hangdianqj@163.com>
Fri, 7 Sep 2018 17:27:20 +0000 (10:27 -0700)
committerJens Axboe <axboe@kernel.dk>
Fri, 7 Sep 2018 17:34:24 +0000 (11:34 -0600)
commiteb1a4bfcabea6928b146a78c479aff8e192638e8
treead76f54e6218cbd9bd4bd814d106dfa983a23771
parent9e66c8ff4ff6a105048e9909f8ec7eb47dac5108
block: umem: replace spin_lock_bh with spin_lock in tasklet callback

As you are already in a tasklet, it is unnecessary to call spin_lock_bh.

Signed-off-by: jun qian <hangdianqj@163.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/block/umem.c