]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfsprogs: disable xfs_check for CRC enabled filesystems
authorDave Chinner <dchinner@redhat.com>
Fri, 7 Jun 2013 00:25:49 +0000 (10:25 +1000)
committerBen Myers <bpm@sgi.com>
Tue, 6 Aug 2013 19:58:05 +0000 (14:58 -0500)
commit0e3105adf9aee65199a9fed8ffcc74f4a19adcb4
tree809b5c95be5bd2aa7ae511b330655d084168d720
parent658ac3e3ce998360fd27be035bbf5e7cb2d438c4
xfsprogs: disable xfs_check for CRC enabled filesystems

Until xfs_db has full metadata CRC support, xfs_check will not be
able to fully verify filesystems in this format. Don't even
bother trying right now, and to make it simple to test full xfsprogs
installs with xfstests, just silently succeed.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Ben Myers <bpm@sgi.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
db/check.c