]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
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)
committerJuerg Haefliger <juergh@canonical.com>
Wed, 24 Jul 2019 01:46:03 +0000 (19:46 -0600)
commit5bc02837994675dd5972a5145ca21362af6fe796
tree28b7af9b85746d50c5b86fbdca58d8c20c3e655a
parent34194e9afabfd93cd9c69ec7c81faa67fda61466
bcache: release dc->writeback_lock properly in bch_writeback_thread()

BugLink: https://bugs.launchpad.net/bugs/1835972
commit 3943b040f11ed0cc6d4585fd286a623ca8634547 upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Kleber Sacilotto de Souza <kleber.souza@canonical.com>
drivers/md/bcache/writeback.c