A number of fstests fail on NFS, primarily because it lacks certain features that are widely supported on local filesystems. This set fixes up the test for POSIX ACLs and adds new checks for FIEMAP and file capability support on tests that require these features. Signed-off-by: Jeff Layton <jlayton@xxxxxxxxxx> --- Jeff Layton (3): common/attr: fix the _require_acl test generic/513: limit to filesystems that support capabilities generic/578: only run on filesystems that support FIEMAP common/attr | 9 ++++----- common/rc | 26 ++++++++++++++++++++++++++ tests/generic/513 | 1 + tests/generic/578 | 1 + 4 files changed, 32 insertions(+), 5 deletions(-) --- base-commit: 8de535c53887bb49adae74a1b2e83e77d7e8457d change-id: 20230824-fixes-914cc3f9ef72 Best regards, -- Jeff Layton <jlayton@xxxxxxxxxx>