[LTP] [PATCH 01/17] syscalls: ioctl08: Remove .needs_drivers
Cyril Hrubis
chrubis@suse.cz
Thu Apr 2 14:13:40 CEST 2026
The test already required btrfs filesystem to be mounted by the test
library which means that the test would be skipped properly if btrfs is
not supported. There is no need to have a duplicit check for a btrfs
module.
Signed-off-by: Cyril Hrubis <chrubis@suse.cz>
---
testcases/kernel/syscalls/ioctl/ioctl08.c | 4 ----
1 file changed, 4 deletions(-)
diff --git a/testcases/kernel/syscalls/ioctl/ioctl08.c b/testcases/kernel/syscalls/ioctl/ioctl08.c
index dd6406550..46a2e5fa7 100644
--- a/testcases/kernel/syscalls/ioctl/ioctl08.c
+++ b/testcases/kernel/syscalls/ioctl/ioctl08.c
@@ -129,10 +129,6 @@ static struct tst_test test = {
{.type = "btrfs"},
{}
},
- .needs_drivers = (const char *const[]) {
- "btrfs",
- NULL,
- },
};
#else
TST_TEST_TCONF(
--
2.52.0
More information about the ltp
mailing list