]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8d570a9eac139d52a53027c65c06dae8e5d7ccac
tree3ad71a53887572b799e160978933e1e860cdb042
parent95dc8e007174e7b98bd263fa597ada44e13f4138
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