]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
db: show sparse inodes feature state in version command output
authorBrian Foster <bfoster@redhat.com>
Thu, 30 Jul 2015 23:18:07 +0000 (09:18 +1000)
committerDave Chinner <david@fromorbit.com>
Thu, 30 Jul 2015 23:18:07 +0000 (09:18 +1000)
commitb8db0171bb9910589aaa44394eba1d06583e50d1
tree9409c29113677062c8a8b11be42a4b98f9a3e461
parent061e316ef6717aab69d6c0bc7f4c7080d102a231
db: show sparse inodes feature state in version command output

The xfs_db version command prints a string for each of the various
features supported by a filesystem. Include 'SPARSE_INODES' in the
version string when sparse inode chunk allocation is supported by the
fs.

Signed-off-by: Brian Foster <bfoster@redhat.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
db/sb.c