Do not run unlinked files test on passthrough_hp with old kernels
authorAmir Goldstein <amir73il@gmail.com>
Tue, 22 Jun 2021 11:03:22 +0000 (14:03 +0300)
committerNikolaus Rath <Nikolaus@rath.org>
Wed, 23 Jun 2021 10:46:19 +0000 (11:46 +0100)
commit570933394e744cf2f55792e9f49cbe369c530a6c
treeea1ede80b9bba84ecd95d44ab5552fc263778f0c
parenta1e41676e34096abe21d202f4c4e440fd1257672
Do not run unlinked files test on passthrough_hp with old kernels

test_syscalls unlinked testfiles check fails on passthourhg_hp without
the kernel commit "fuse: fix illegal access to inode with reused nodeid"
queued for kernel 5.14 [1].

Make this check opt-in and do not run it with kernel version before 5.14.

[1] https://lore.kernel.org/linux-fsdevel/CAJfpegtGKjeK8E5QsHKF0=re1J9wVHuGRVgg9NDJ_OOwQdCUNg@mail.gmail.com/

Signed-off-by: Amir Goldstein <amir73il@gmail.com>
test/test_examples.py
test/test_syscalls.c