diff options
Diffstat (limited to 'libbcachefs/reflink.c')
-rw-r--r-- | libbcachefs/reflink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbcachefs/reflink.c b/libbcachefs/reflink.c index eb31df60..6e1bfe9f 100644 --- a/libbcachefs/reflink.c +++ b/libbcachefs/reflink.c @@ -255,7 +255,7 @@ s64 bch2_remap_range(struct bch_fs *c, struct bpos dst_end = dst_start, src_end = src_start; struct bch_io_opts opts; struct bpos src_want; - u64 dst_done; + u64 dst_done = 0; u32 dst_snapshot, src_snapshot; int ret = 0, ret2 = 0; |