]> git.karo-electronics.de Git - karo-tx-linux.git/commit
bcache: Shutdown fix
authorKent Overstreet <kmo@daterainc.com>
Thu, 11 Jul 2013 04:03:25 +0000 (21:03 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 28 Jul 2013 23:30:09 +0000 (16:30 -0700)
commit63a53870bb23c2d991f378ae9137d775978d5ae9
tree4dcb4207784ed7c27928e7459fa5c485b330812d
parent3fcbc17636c83da9d85e2604de4af56c215e6e3c
bcache: Shutdown fix

commit 5caa52afc5abd1396e4af720469abb5843a71eb8 upstream.

Stopping a cache set is supposed to make it stop attached backing
devices, but somewhere along the way that code got lost. Fixing this
mainly has the effect of fixing our reboot notifier.

Signed-off-by: Kent Overstreet <kmo@daterainc.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/md/bcache/super.c