summaryrefslogtreecommitdiff
path: root/fs/bcachefs/ec_format.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/bcachefs/ec_format.h')
-rw-r--r--fs/bcachefs/ec_format.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/fs/bcachefs/ec_format.h b/fs/bcachefs/ec_format.h
deleted file mode 100644
index 44ce88ba08d7..000000000000
--- a/fs/bcachefs/ec_format.h
+++ /dev/null
@@ -1,19 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 */
-#ifndef _BCACHEFS_EC_FORMAT_H
-#define _BCACHEFS_EC_FORMAT_H
-
-struct bch_stripe {
- struct bch_val v;
- __le16 sectors;
- __u8 algorithm;
- __u8 nr_blocks;
- __u8 nr_redundant;
-
- __u8 csum_granularity_bits;
- __u8 csum_type;
- __u8 pad;
-
- struct bch_extent_ptr ptrs[];
-} __packed __aligned(8);
-
-#endif /* _BCACHEFS_EC_FORMAT_H */