diff options
author | Kent Overstreet <kent.overstreet@gmail.com> | 2017-03-03 21:09:52 -0900 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@gmail.com> | 2017-03-03 23:17:31 -0900 |
commit | 171ee48e57be78f4e95954c99851553fa523bf91 (patch) | |
tree | 5a54443f074f8f7922eda1451743bb9d2f60368e /libbcache.c | |
parent | a5b5eba7f788bb77cf57f9c94f3474a2d439ab0b (diff) |
Delete more unused shim code, update bcache code
Diffstat (limited to 'libbcache.c')
-rw-r--r-- | libbcache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbcache.c b/libbcache.c index cc294bd4..6908ead9 100644 --- a/libbcache.c +++ b/libbcache.c @@ -369,7 +369,7 @@ void bcache_super_print(struct bch_sb *sb, int units) last_mount ? ctime(&last_mount) : "(never)", BCH_MEMBER_STATE(m) < BCH_MEMBER_STATE_NR - ? bch_cache_state[BCH_MEMBER_STATE(m)] + ? bch_dev_state[BCH_MEMBER_STATE(m)] : "unknown", BCH_MEMBER_TIER(m), |