commit | 902d53914f6492b85fcdc35643b28f952dd8d6cf | [log] [tgz] |
---|---|---|
author | jun qian <hangdianqj@163.com> | Fri Sep 07 10:27:20 2018 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Fri Sep 07 11:34:24 2018 -0600 |
tree | ad76f54e6218cbd9bd4bd814d106dfa983a23771 | |
parent | 7759eb23fd9808a2e4498cf36a798ed65cde78ae [diff] |
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>