Module Name: src
Committed By: christos
Date: Wed Mar 30 16:35:28 UTC 2022
Modified Files:
src/tests/fs/vfs: t_link.c
Log Message:
remove zfs from the exception list; it now works like the other fs's.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/fs/vfs/t_link.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/fs/vfs/t_link.c
diff -u src/tests/fs/vfs/t_link.c:1.4 src/tests/fs/vfs/t_link.c:1.5
--- src/tests/fs/vfs/t_link.c:1.4 Wed Mar 30 10:24:50 2022
+++ src/tests/fs/vfs/t_link.c Wed Mar 30 12:35:28 2022
@@ -1,4 +1,4 @@
-/* $NetBSD: t_link.c,v 1.4 2022/03/30 14:24:50 christos Exp $ */
+/* $NetBSD: t_link.c,v 1.5 2022/03/30 16:35:28 christos Exp $ */
/*-
* Copyright (c) 2022 The NetBSD Foundation, Inc.
@@ -53,10 +53,6 @@
if (FSTYPE_PUFFS(tc) || FSTYPE_P2K_FFS(tc)) \
atf_tc_skip("userlevel pass not supported, " \
"since sysctl might not be set in underlying system")
-#define USES_OWNCHECK \
- if (FSTYPE_ZFS(tc)) \
- atf_tc_skip("zfs not supported since it has its " \
- "own rules for hardlinks")
static void
@@ -69,7 +65,6 @@ hardlink(const atf_tc_t *tc, const char
USES_OWNER;
USES_USERLEVEL;
- USES_OWNCHECK;
FSTEST_ENTER();