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 hack introduced in revision 1.6 to worka...



details:   https://anonhg.NetBSD.org/src/rev/bffff93bb4e0
branches:  trunk
changeset: 763357:bffff93bb4e0
user:      jmmv <jmmv%NetBSD.org@localhost>
date:      Thu Mar 17 19:48:37 2011 +0000

description:
Remove hack introduced in revision 1.6 to workaround a bug in atf-run that
would cause it to lock up while waiting for the p2k_ffs_fillfs test case
to complete (in some cases only).

This has been fixed by the upstream revision
3dd2481ec97b2fde76521939b6451d03ce989745 which I have just pulled into
our copy of atf.

diffstat:

 tests/fs/vfs/t_full.c |  9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)

diffs (23 lines):

diff -r 20266febca52 -r bffff93bb4e0 tests/fs/vfs/t_full.c
--- a/tests/fs/vfs/t_full.c     Thu Mar 17 19:45:36 2011 +0000
+++ b/tests/fs/vfs/t_full.c     Thu Mar 17 19:48:37 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_full.c,v 1.6 2011/03/06 10:33:40 pooka Exp $ */
+/*     $NetBSD: t_full.c,v 1.7 2011/03/17 19:48:37 jmmv Exp $  */
 
 /*-
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -57,13 +57,6 @@
        int fd, i = 0;
 
        if (FSTYPE_P2K_FFS(tc) || FSTYPE_PUFFS(tc) || FSTYPE_RUMPFS(tc)) {
-               /*
-                * XXX: explicitly unmount to prevent some race.
-                * temporary hack, fix properly
-                */
-               if (FSTYPE_P2K_FFS(tc)) {
-                       puffs_fstest_unmount(tc, mp, MNT_FORCE);
-               }
                atf_tc_skip("fs does not support explicit block allocation "
                    "(GOP_ALLOC)");
        }



Home | Main Index | Thread Index | Old Index