A number of fstests fail on NFS, primarily because it lacks certain features that are widely supported on local Linux filesystems. Fix up the test for POSIX ACLs and add a new requirement for fiemap support in generic/578. Signed-off-by: Jeff Layton <jlayton@xxxxxxxxxx> --- Changes in v2: - add new checks for fiemap and setcap - Link to v2: https://lore.kernel.org/r/20230824-fixes-v2-0-d60c2faf1057@xxxxxxxxxx Changes in v3: - use _require_xfs_io_command "fiemap" in generic/578 - drop the _require_setcap patch (Zorro has similar that adds a _require_capabilities) --- Jeff Layton (2): common/attr: fix the _require_acl test generic/578: add a check to ensure that fiemap is supported common/attr | 9 ++++----- tests/generic/578 | 1 + 2 files changed, 5 insertions(+), 5 deletions(-) --- base-commit: 8de535c53887bb49adae74a1b2e83e77d7e8457d change-id: 20230824-fixes-914cc3f9ef72 Best regards, -- Jeff Layton <jlayton@xxxxxxxxxx>