bcache: Fix a bug when detaching
authorKent Overstreet <kmo@daterainc.com>
Thu, 20 Mar 2014 00:49:37 +0000 (17:49 -0700)
committerKent Overstreet <kmo@daterainc.com>
Mon, 4 Aug 2014 22:23:02 +0000 (15:23 -0700)
commit5b1016e62f74c53e0330403025954c8d95384c03
tree2ca2e94a73af4a5fa51e9dc13d8c68df3d3babf5
parent4c834452aad01531db949414f94f817a86348d59
bcache: Fix a bug when detaching

After detaching a backing device from a cache set, a bit wasn't getting
reset meaning the second detach wouldn't work correctly.

Signed-off-by: Kent Overstreet <kmo@daterainc.com>
drivers/md/bcache/super.c