diff options
author | Kent Overstreet <kent.overstreet@gmail.com> | 2017-03-01 01:45:15 -0900 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@gmail.com> | 2017-03-08 02:34:33 -0900 |
commit | 06b73dbd7ffc0296b2ecea8d3bc55bfeb72d7f2a (patch) | |
tree | 1ba37985a18eb2d9a9616ee160c82339e23e2160 /libbcache/debug.h | |
parent | 171ee48e57be78f4e95954c99851553fa523bf91 (diff) |
cmd_migratedisk-format-changes
Diffstat (limited to 'libbcache/debug.h')
-rw-r--r-- | libbcache/debug.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libbcache/debug.h b/libbcache/debug.h index a3635e6..d34a95a 100644 --- a/libbcache/debug.h +++ b/libbcache/debug.h @@ -52,11 +52,11 @@ static inline void bch_btree_verify(struct cache_set *c, struct btree *b) } #ifdef CONFIG_DEBUG_FS -void bch_debug_exit_cache_set(struct cache_set *); -void bch_debug_init_cache_set(struct cache_set *); +void bch_fs_debug_exit(struct cache_set *); +void bch_fs_debug_init(struct cache_set *); #else -static inline void bch_debug_exit_cache_set(struct cache_set *c) {} -static inline void bch_debug_init_cache_set(struct cache_set *c) {} +static inline void bch_fs_debug_exit(struct cache_set *c) {} +static inline void bch_fs_debug_init(struct cache_set *c) {} #endif void bch_debug_exit(void); |