commit | ea818d849949d561102498a55201781f75ea3bd1 | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@kernel.org> | Tue Jun 10 17:59:42 2025 +0100 |
committer | Mark Brown <broonie@kernel.org> | Wed Jun 11 12:47:56 2025 +0100 |
tree | d924276453e26c21b098fffcad21be7744750849 | |
parent | a93cffc1c761a758376287cbe8c080138c030405 [diff] |
selftest/mm: Skip if fallocate() is unsupported in gup_longterm Currently gup_longterm assumes that filesystems support fallocate() and uses that to allocate space in files, however this is an optional feature and is in particular not implemented by NFSv3 which is commonly used in CI systems leading to spurious failures. Check for lack of support and report a skip instead for that case. Signed-off-by: Mark Brown <broonie@kernel.org>