commit | 7080611052550c6a26121c3fcafadb3db84bb338 | [log] [tgz] |
---|---|---|
author | Eric Sandeen <sandeen@redhat.com> | Tue Jun 23 11:33:47 2015 +1000 |
committer | Dave Chinner <david@fromorbit.com> | Tue Jun 23 11:33:47 2015 +1000 |
tree | ffc09f71a392016173b6348395eb8195e65a59c0 | |
parent | ec693e1c88c60d65546d8a0505f28251778dcb3f [diff] |
xfs_metadump: don't zero log if not obfuscating The earlier commit: ec693e1 metadump: zero out clean log ignored the "obfuscate" state, but there's no reason to zero out the log if we're not obfuscating; all the other metadata is in the clear, so we may as well keep it around in the log as well. Signed-off-by: Eric Sandeen <sandeen@redhat.com> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>