libxfs: expose inobtcount in xfs geometry
authorZorro Lang <zlang@redhat.com>
Tue, 2 Feb 2021 20:11:53 +0000 (12:11 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 3 Feb 2021 17:18:50 +0000 (09:18 -0800)
commitbc41fa5321f93ecbabec177f888451cfc17ad66d
tree3ad71a53887572b799e160978933e1e860cdb042
parent0fa4a10a2f5f96a06373ea81f8cd5f97c5cc264f
libxfs: expose inobtcount in xfs geometry

As xfs supports the feature of inode btree block counters now, expose
this feature flag in xfs geometry, for userspace can check if the
inobtcnt is enabled or not.

Signed-off-by: Zorro Lang <zlang@redhat.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
fs/xfs/libxfs/xfs_fs.h
fs/xfs/libxfs/xfs_sb.c