From: Darrick J. Wong <djwong@xxxxxxxxxx> 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@xxxxxxxxxx> Reviewed-by: Christoph Hellwig <hch@xxxxxx> --- io/bmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io/bmap.c b/io/bmap.c index 27383ca6037..722a389baaa 100644 --- a/io/bmap.c +++ b/io/bmap.c @@ -118,7 +118,7 @@ bmap_f( return 0; } - if (fsx.fsx_xflags == FS_XFLAG_REALTIME) { + if (fsx.fsx_xflags & FS_XFLAG_REALTIME) { /* * ag info not applicable to rt, continue * without ag output.