diff options
author | Kent Overstreet <kent.overstreet@gmail.com> | 2020-02-22 16:21:32 -0500 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@gmail.com> | 2020-02-22 16:21:32 -0500 |
commit | 7c4552717f0546fe2670d6845a7c17c62fc2e44c (patch) | |
tree | 2b5840bcb637a98bba22ea4d10f62738c031ef5c /libbcachefs/reflink.h | |
parent | e0eb64c84601b2bbae055df809dd21f95f85c034 (diff) |
Update bcachefs sources to 9017d85854 bcachefs: btree_ptr_v2
Diffstat (limited to 'libbcachefs/reflink.h')
-rw-r--r-- | libbcachefs/reflink.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbcachefs/reflink.h b/libbcachefs/reflink.h index ac23b855..5445c1cf 100644 --- a/libbcachefs/reflink.h +++ b/libbcachefs/reflink.h @@ -22,6 +22,7 @@ void bch2_reflink_v_to_text(struct printbuf *, struct bch_fs *, #define bch2_bkey_ops_reflink_v (struct bkey_ops) { \ .key_invalid = bch2_reflink_v_invalid, \ .val_to_text = bch2_reflink_v_to_text, \ + .swab = bch2_ptr_swab, \ } s64 bch2_remap_range(struct bch_fs *, struct bpos, struct bpos, |