diff options
author | Wang Shilong | 2014-01-07 17:25:18 +0800 |
---|---|---|
committer | Chris Mason | 2014-01-28 13:20:21 -0800 |
commit | 896c14f97f700aec6565154f2451605d7c5ce3ed (patch) | |
tree | e06e881dda7ae4ec1329f0ddd4e9be1c201f0bbc /arch/mips | |
parent | a88998f291fc707f18ee42ae45220a3a3e384c27 (diff) |
Btrfs: fix wrong send_in_progress accounting
Steps to reproduce:
# mkfs.btrfs -f /dev/sda8
# mount /dev/sda8 /mnt
# btrfs sub snapshot -r /mnt /mnt/snap1
# btrfs sub snapshot -r /mnt /mnt/snap2
# btrfs send /mnt/snap1 -p /mnt/snap2 -f /mnt/1
# dmesg
The problem is that we will sort clone roots(include @send_root), it
might push @send_root before thus @send_root's @send_in_progress will
be decreased twice.
Cc: David Sterba <dsterba@suse.cz>
Signed-off-by: Wang Shilong <wangsl.fnst@cn.fujitsu.com>
Signed-off-by: Josef Bacik <jbacik@fb.com>
Signed-off-by: Chris Mason <clm@fb.com>
Diffstat (limited to 'arch/mips')
0 files changed, 0 insertions, 0 deletions