]>
git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
metadump: zero out clean log
When doing an xfs_metadump, if the log is clean, zero it out
for 2 reasons:
* It'll make the image more compressible
* It'll eliminate an un-obfuscated metadata source
If the log isn't clean, and the user expected obfuscation, warn
that metadata in the log will not be obfuscated.
Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>