commit | c1f6b1ac00756a7108e5fcb849a2f8230c0b62a5 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Mon Nov 02 17:14:07 2020 -0800 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Wed Nov 04 08:52:47 2020 -0800 |
tree | e0d6176443182b5a004beb6fdbc797278e3f9a51 | |
parent | c2f09217a4305478c55adc9a98692488dd19cd32 [diff] |
xfs: fix scrub flagging rtinherit even if there is no rt device The kernel has always allowed directories to have the rtinherit flag set, even if there is no rt device, so this check is wrong. Fixes: 80e4e1268802 ("xfs: scrub inodes") Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Christoph Hellwig <hch@lst.de>