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/compress.h | |
parent | 171ee48e57be78f4e95954c99851553fa523bf91 (diff) |
cmd_migratedisk-format-changes
Diffstat (limited to 'libbcache/compress.h')
-rw-r--r-- | libbcache/compress.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libbcache/compress.h b/libbcache/compress.h index 485acd9..4604b06 100644 --- a/libbcache/compress.h +++ b/libbcache/compress.h @@ -9,7 +9,7 @@ void bch_bio_compress(struct cache_set *, struct bio *, size_t *, struct bio *, size_t *, unsigned *); int bch_check_set_has_compressed_data(struct cache_set *, unsigned); -void bch_compress_free(struct cache_set *); -int bch_compress_init(struct cache_set *); +void bch_fs_compress_exit(struct cache_set *); +int bch_fs_compress_init(struct cache_set *); #endif /* _BCACHE_COMPRESS_H */ |