]> git-server-git.apps.pok.os.sepia.ceph.com Git - xfsprogs-dev.git/commit
xfs_repair: don't flag RTINHERIT files when no rt volume xfsprogs-5.9-fixes2_2020-09-17
authorDarrick J. Wong <darrick.wong@oracle.com>
Mon, 14 Sep 2020 17:39:32 +0000 (10:39 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Fri, 18 Sep 2020 02:03:33 +0000 (19:03 -0700)
commitade05d9a963e5521fded487e0565e6ca69dbb968
tree9d176b6d1e980f17bc27179af3dd19f7680b5d1f
parentf4cd211a454f8e53ca3c04f5bd3a274a183c91fd
xfs_repair: don't flag RTINHERIT files when no rt volume

Don't flag directories with the RTINHERIT flag set when the filesystem
doesn't have a realtime volume configured.  The kernel has let us set
RTINHERIT without a rt volume for ages, so it's not an invalid state.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
repair/dinode.c