]> git-server-git.apps.pok.os.sepia.ceph.com Git - xfstests-dev.git/commit
xfs/242: fix _filter_bmap for xfs_io bmap that does rt file properly
authorDarrick J. Wong <djwong@kernel.org>
Wed, 29 Mar 2023 00:58:16 +0000 (17:58 -0700)
committerZorro Lang <zlang@kernel.org>
Thu, 6 Apr 2023 14:05:40 +0000 (22:05 +0800)
commit7d5d3f77154ee927c574808dc0b3c977746dcea7
tree55bfb3dc6dfb1130231553da6dd48216a1048d4d
parent5858995b1f4e14f52230c70bfe9f83df295b04ec
xfs/242: fix _filter_bmap for xfs_io bmap that does rt file properly

xfsprogs commit b1faed5f787 ("xfs_io: fix bmap command not detecting
realtime files with xattrs") fixed the xfs_io bmap output to display
realtime file columns for realtime files with xattrs.  As a result, the
data and unwritten flags are in column 5 and not column 7.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: David Disseldorp <ddiss@suse.de>
Signed-off-by: Zorro Lang <zlang@kernel.org>
common/punch