OSDN Git Service

bcache: release dc->writeback_lock properly in bch_writeback_thread()
authorShan Hai <shan.hai@oracle.com>
Wed, 22 Aug 2018 18:02:56 +0000 (02:02 +0800)
committerJens Axboe <axboe@kernel.dk>
Wed, 22 Aug 2018 21:06:29 +0000 (15:06 -0600)
commit3943b040f11ed0cc6d4585fd286a623ca8634547
tree45eeab86ff9113daf556deb4ad8a43cdffc9824b
parent5bed49adfe899667887db0739830190309c9011b
bcache: release dc->writeback_lock properly in bch_writeback_thread()

The writeback thread would exit with a lock held when the cache device
is detached via sysfs interface, fix it by releasing the held lock
before exiting the while-loop.

Fixes: fadd94e05c02 (bcache: quit dc->writeback_thread when BCACHE_DEV_DETACHING is set)
Signed-off-by: Shan Hai <shan.hai@oracle.com>
Signed-off-by: Coly Li <colyli@suse.de>
Tested-by: Shenghui Wang <shhuiw@foxmail.com>
Cc: stable@vger.kernel.org #4.17+
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/md/bcache/writeback.c