commit | b1faed5f7875a69d475d64942d74456079fc178d | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Thu Feb 16 13:53:10 2023 -0800 |
committer | Carlos Maiolino <cem@kernel.org> | Thu Feb 23 09:54:27 2023 +0100 |
tree | 024a26da4670dad373272bb0be886826498073a1 | |
parent | 647078745f10a3a41fbb2fe1ce6a8b9e608fdaaa [diff] |
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>