summaryrefslogtreecommitdiff
path: root/drivers/md/bcache/super.c
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2017-01-05 00:09:50 -0900
committerKent Overstreet <kent.overstreet@gmail.com>2017-01-05 00:09:50 -0900
commit95d5f0f06e9551ef7617ca5bf31b036738ba6dce (patch)
tree7dd8fec208b875af9af3b95e873c802e1dc54b90 /drivers/md/bcache/super.c
parent69973b830859bc6529a7a0468ba0d80ee5117826 (diff)
bcache: continue on btree node error (hopefully)bcache-continue-on-btree-node-error
Diffstat (limited to 'drivers/md/bcache/super.c')
-rw-r--r--drivers/md/bcache/super.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/bcache/super.c b/drivers/md/bcache/super.c
index 849ad441cd76..d08ffa9c4139 100644
--- a/drivers/md/bcache/super.c
+++ b/drivers/md/bcache/super.c
@@ -1311,7 +1311,7 @@ bool bch_cache_set_error(struct cache_set *c, const char *fmt, ...)
if (c->on_error == ON_ERROR_PANIC)
panic("panic forced after error\n");
- bch_cache_set_unregister(c);
+ //bch_cache_set_unregister(c);
return true;
}