]> git.apps.os.sepia.ceph.com Git - xfsprogs-dev.git/commit
xfs_io: fix bmap command not detecting realtime files with xattrs
authorDarrick J. Wong <djwong@kernel.org>
Thu, 16 Feb 2023 21:53:10 +0000 (13:53 -0800)
committerCarlos Maiolino <cem@kernel.org>
Thu, 23 Feb 2023 08:54:27 +0000 (09:54 +0100)
commitb1faed5f7875a69d475d64942d74456079fc178d
tree024a26da4670dad373272bb0be886826498073a1
parent647078745f10a3a41fbb2fe1ce6a8b9e608fdaaa
xfs_io: fix bmap command not detecting realtime files with xattrs

Fix the bmap command so that it will detect a realtime file if any of
the other file flags (e.g. xattrs) are set.  Observed via xfs/556.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
io/bmap.c