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-09 09:14:11 -0900 |
commit | a17f7bcec7ed810a247c24e56229af8f43a9a6ae (patch) | |
tree | 1b2d60b21661bd2991324e3efaa83b3cdd87a783 /libbcache/debug.h | |
parent | 171ee48e57be78f4e95954c99851553fa523bf91 (diff) |
cmd_migrate
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 a3635e60..d34a95a0 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); |