Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/fs/vfs remove zfs from the exception list; it now work...



details:   https://anonhg.NetBSD.org/src/rev/8d0556b36e5b
branches:  trunk
changeset: 364584:8d0556b36e5b
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Mar 30 16:35:28 2022 +0000

description:
remove zfs from the exception list; it now works like the other fs's.

diffstat:

 tests/fs/vfs/t_link.c |  7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diffs (28 lines):

diff -r ad9e6ad51676 -r 8d0556b36e5b tests/fs/vfs/t_link.c
--- a/tests/fs/vfs/t_link.c     Wed Mar 30 16:34:27 2022 +0000
+++ b/tests/fs/vfs/t_link.c     Wed Mar 30 16:35:28 2022 +0000
@@ -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 @@
 
        USES_OWNER;
        USES_USERLEVEL;
-       USES_OWNCHECK;
 
        FSTEST_ENTER();
 



Home | Main Index | Thread Index | Old Index