]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - libbcachefs/ec.h
Update bcachefs sources to 96b991466a bcachefs: Improve error message in fsck
[bcachefs-tools-debian] / libbcachefs / ec.h
index 8d9fbfd19f66f3ca5069e9ef58a48f82fb227b7a..cf67abd4849007281415f65ca5c5eb20d3319379 100644 (file)
@@ -12,6 +12,7 @@ void bch2_stripe_to_text(struct printbuf *, struct bch_fs *,
 #define bch2_bkey_ops_stripe (struct bkey_ops) {       \
        .key_invalid    = bch2_stripe_invalid,          \
        .val_to_text    = bch2_stripe_to_text,          \
+       .swab           = bch2_ptr_swab,                \
 }
 
 static inline unsigned stripe_csums_per_device(const struct bch_stripe *s)