mirror of
https://github.com/Zygo/bees.git
synced 2025-05-17 21:35:45 +02:00
fs: remove duplicate BTRFS_COMPRESS_ definitions
This was fixed in 7f660f50b lib: fs: stop using libbtrfs-dev helper functions to re-enable buffer length checks but apparently some copies live on. Signed-off-by: Zygo Blaxell <bees@furryterror.org>
This commit is contained in:
parent
ccd8dcd43f
commit
ea17c89165
@ -122,15 +122,6 @@ namespace crucible {
|
||||
|
||||
ostream & operator<<(ostream &os, const BtrfsIoctlDefragRangeArgs *p);
|
||||
|
||||
// in btrfs/ctree.h, but that's a nightmare to #include here
|
||||
typedef enum {
|
||||
BTRFS_COMPRESS_NONE = 0,
|
||||
BTRFS_COMPRESS_ZLIB = 1,
|
||||
BTRFS_COMPRESS_LZO = 2,
|
||||
BTRFS_COMPRESS_ZSTD = 3,
|
||||
BTRFS_COMPRESS_TYPES = 3
|
||||
} btrfs_compression_type;
|
||||
|
||||
struct FiemapExtent : public fiemap_extent {
|
||||
FiemapExtent();
|
||||
FiemapExtent(const fiemap_extent &that);
|
||||
|
Loading…
x
Reference in New Issue
Block a user