summaryrefslogtreecommitdiff
path: root/bcache.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2016-10-04 01:10:24 -0800
committerKent Overstreet <kent.overstreet@gmail.com>2016-10-06 06:52:54 -0800
commitf3a8d548376295279d2d27fda5764adbe377c55b (patch)
treeb3cb6b8e547fe419427d0490aa88c62bbfa454ae /bcache.h
parent837a476cc139167fc483016f0a2635a048f7709e (diff)
bcache device_show now dumps superblocks
Diffstat (limited to 'bcache.h')
-rw-r--r--bcache.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/bcache.h b/bcache.h
index 69d3edc3..949f6094 100644
--- a/bcache.h
+++ b/bcache.h
@@ -9,14 +9,6 @@
#include "util.h"
-extern const char * const cache_state[];
-extern const char * const replacement_policies[];
-extern const char * const csum_types[];
-extern const char * const compression_types[];
-extern const char * const error_actions[];
-extern const char * const bdev_cache_mode[];
-extern const char * const bdev_state[];
-
int cmd_format(int argc, char *argv[]);
int cmd_unlock(int argc, char *argv[]);