]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs_io: don't display stripe alignment flags for realtime files
authorDarrick J. Wong <djwong@kernel.org>
Tue, 13 Dec 2022 19:39:43 +0000 (11:39 -0800)
committerCarlos Maiolino <cem@kernel.org>
Thu, 15 Dec 2022 05:57:19 +0000 (06:57 +0100)
commitf6fb1c078f00c6dd54d4dfdf187a2b5fcc6ec09c
treed8c5a4e0540548dda176215a95b4360c2ff64514
parent2dac91b3d345e2a3de7cbe7a9f127041499db32e
xfs_io: don't display stripe alignment flags for realtime files

The stripe unit/width optimizations only occur on the data device, which
means that it makes no sense to report non-stripe-aligned realtime
extents.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
io/fsmap.c