]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfsprogs: support CRC enabled filesystem detection
authorDave Chinner <dchinner@redhat.com>
Fri, 7 Jun 2013 00:26:03 +0000 (10:26 +1000)
committerBen Myers <bpm@sgi.com>
Tue, 6 Aug 2013 20:56:29 +0000 (15:56 -0500)
commit67e389c554eaaeed98b928cce4b4d1efe1bea3df
treed6bf035ec8b21f8fad554f611591a4bcd54dda89
parentf3edb66a48e4ddb61012ad3a45a86d669237d78e
xfsprogs: support CRC enabled filesystem detection

Add the XFS_FSOP_GEOM_FLAGS_V5SB flag to the XFS_IOC_FSGEOMETRY
ioctl to allow utilities like xfs_info to detect that the filesystem
is CRC enabled.

While touching xfs_info, add projid32bit output as well.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Ben Myers <bpm@sgi.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
growfs/xfs_growfs.c
include/xfs_fs.h
mkfs/xfs_mkfs.c