From 85ee972555948337bb1a58f0702a4da95db6758f Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Thu, 5 Oct 2017 14:41:44 -0800 Subject: Update bcachefs sources to e82e656279 bcachefs: Cleanups for building in userspace --- libbcachefs/compress.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libbcachefs/compress.h') diff --git a/libbcachefs/compress.h b/libbcachefs/compress.h index 05804f55..ad1ba25d 100644 --- a/libbcachefs/compress.h +++ b/libbcachefs/compress.h @@ -1,5 +1,5 @@ -#ifndef _BCACHE_COMPRESS_H -#define _BCACHE_COMPRESS_H +#ifndef _BCACHEFS_COMPRESS_H +#define _BCACHEFS_COMPRESS_H int bch2_bio_uncompress_inplace(struct bch_fs *, struct bio *, unsigned, struct bch_extent_crc128); @@ -12,4 +12,4 @@ int bch2_check_set_has_compressed_data(struct bch_fs *, unsigned); void bch2_fs_compress_exit(struct bch_fs *); int bch2_fs_compress_init(struct bch_fs *); -#endif /* _BCACHE_COMPRESS_H */ +#endif /* _BCACHEFS_COMPRESS_H */ -- cgit v1.2.3