diff options
author | Kent Overstreet <kent.overstreet@gmail.com> | 2021-06-10 20:21:18 -0400 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@gmail.com> | 2021-06-10 20:25:55 -0400 |
commit | ff578c6718bb6bbeb8f33f2f52ebfb4b4b28edc7 (patch) | |
tree | a7fb0b5b164387f889b60ba561c93a4a8f3b6650 /libbcachefs/reflink.h | |
parent | 58ae103b0a2b5d881d6e8ff68fe17bb822148ce7 (diff) |
Update bcachefs sources to 69be0dae31 bcachefs: Always zero memory from bch2_trans_kmalloc()
Diffstat (limited to 'libbcachefs/reflink.h')
-rw-r--r-- | libbcachefs/reflink.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libbcachefs/reflink.h b/libbcachefs/reflink.h index bfc78561..68c5cb5a 100644 --- a/libbcachefs/reflink.h +++ b/libbcachefs/reflink.h @@ -5,8 +5,7 @@ const char *bch2_reflink_p_invalid(const struct bch_fs *, struct bkey_s_c); void bch2_reflink_p_to_text(struct printbuf *, struct bch_fs *, struct bkey_s_c); -enum merge_result bch2_reflink_p_merge(struct bch_fs *, - struct bkey_s, struct bkey_s); +bool bch2_reflink_p_merge(struct bch_fs *, struct bkey_s, struct bkey_s_c); #define bch2_bkey_ops_reflink_p (struct bkey_ops) { \ .key_invalid = bch2_reflink_p_invalid, \ |