Hi all, The _require_no_rtinherit helper is rather bogus -- it disables a test if the fs was formatted with -drtinherit=1 to avoid failure reports. The failure reports themselves are usually due to the test requiring some feature of the data device (e.g. filestreams, AGFL fiddling), and have nothing to do with realtime at all. Since we /also/ have a means for working around rtinherit=1, we should do that instead of skipping the test. If you're going to start using this mess, you probably ought to just pull from my git trees, which are linked below. This is an extraordinary way to destroy everything. Enjoy! Comments and questions are, as always, welcome. --D fstests git tree: https://git.kernel.org/cgit/linux/kernel/git/djwong/xfstests-dev.git/log/?h=remove-no-rtinherit --- common/filestreams | 5 +++++ common/rc | 10 ---------- tests/xfs/170 | 1 - tests/xfs/171 | 1 - tests/xfs/172 | 1 - tests/xfs/173 | 1 - tests/xfs/174 | 1 - tests/xfs/205 | 5 ++++- tests/xfs/306 | 5 ++++- tests/xfs/318 | 5 ++++- tests/xfs/444 | 6 +++++- tests/xfs/445 | 5 +++++ 12 files changed, 27 insertions(+), 19 deletions(-)