commit | 6f519564d7d978c00351d9ab6abac3deeac31621 | [log] [tgz] |
---|---|---|
author | Liu Bo <bo.li.liu@oracle.com> | Tue Oct 29 10:45:05 2013 +0800 |
committer | Chris Mason <chris.mason@fusionio.com> | Mon Nov 11 22:11:00 2013 -0500 |
tree | ad6219309aee3a44248fb7f7eb9756fc76423d79 | |
parent | 269d040ff2f340e1ed517dab8b66b2f133c83a77 [diff] |
Btrfs: do not run snapshot-aware defragment on error If something wrong happens in write endio, running snapshot-aware defragment can end up with undefined results, maybe a crash, so we should avoid it. In order to share similar code, this also adds a helper to free the struct for snapshot-aware defrag. Signed-off-by: Liu Bo <bo.li.liu@oracle.com> Signed-off-by: Josef Bacik <jbacik@fusionio.com> Signed-off-by: Chris Mason <chris.mason@fusionio.com>