diff options
author | Kent Overstreet <kent.overstreet@gmail.com> | 2021-11-06 12:46:36 -0400 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@gmail.com> | 2021-11-06 12:46:36 -0400 |
commit | abd9d5ba97a8a72508f85bb0fbf0120f07c453e1 (patch) | |
tree | 8c40391396eeb3cfea8dcfc7eeccc17a651e1991 /libbcachefs/reflink.h | |
parent | 5b84952401146fec9a181a40877352f7faf9ee7b (diff) |
Update bcachefs sources to 6afa1fcb13 bcachefs: Clean up error reporting in the startup path
Diffstat (limited to 'libbcachefs/reflink.h')
-rw-r--r-- | libbcachefs/reflink.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbcachefs/reflink.h b/libbcachefs/reflink.h index 4c1b8286..3745873f 100644 --- a/libbcachefs/reflink.h +++ b/libbcachefs/reflink.h @@ -58,6 +58,6 @@ static inline __le64 *bkey_refcount(struct bkey_i *k) } s64 bch2_remap_range(struct bch_fs *, subvol_inum, u64, - subvol_inum, u64, u64, u64 *, u64, s64 *); + subvol_inum, u64, u64, u64, s64 *); #endif /* _BCACHEFS_REFLINK_H */ |