From 63a29724a85f1999e49bf0a9bf0d22643b6116e5 Mon Sep 17 00:00:00 2001 From: Viacheslav Dubeyko Date: Tue, 23 Dec 2025 16:31:21 -0800 Subject: [PATCH] xfstests: add HFS/HFS+ and NILFS2 into supported FS table This patch adds HFS/HFS+ and NILFS2 file systems into supported FS table with L1 level. Signed-off-by: Viacheslav Dubeyko Reviewed-by: Zorro Lang Signed-off-by: Zorro Lang --- README | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README b/README index 196c79a2..d5a94205 100644 --- a/README +++ b/README @@ -87,6 +87,10 @@ L4: Active support from the fs list, has lots of own cases. +------------+-------+---------------------------------------------------------+ | 9p | L1 | N/A | +------------+-------+---------------------------------------------------------+ +| HFS/HFS+ | L1 | N/A | ++------------+-------+---------------------------------------------------------+ +| NILFS2 | L1 | N/A | ++------------+-------+---------------------------------------------------------+ _______________________ BUILDING THE FSQA SUITE -- 2.47.3