commit | 5cc2b17e80cf5770f2e585c2d90fd8af1b901258 | [log] [tgz] |
---|---|---|
author | Filipe Manana <fdmanana@suse.com> | Mon Mar 02 20:53:52 2015 +0000 |
committer | Chris Mason <clm@fb.com> | Thu Mar 26 17:55:51 2015 -0700 |
tree | def22f523ee607c7c551a4c9ea39b90a5b62a641 | |
parent | 4f764e5153616fccaed38e7524d6f5f89a49a060 [diff] |
Btrfs: send, add missing check for dead clone root After we locked the root's root item, a concurrent snapshot deletion call might have set the dead flag on it. So check if the dead flag is set and abort if it is, just like we do for the parent root. Signed-off-by: Filipe Manana <fdmanana@suse.com> Reviewed-by: David Sterba <dsterba@suse.cz> Signed-off-by: Chris Mason <clm@fb.com>