Module Name:    src
Committed By:   jmmv
Date:           Thu Mar 17 19:48:37 UTC 2011

Modified Files:
        src/tests/fs/vfs: t_full.c

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/tests/fs/vfs/t_full.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_full.c
diff -u src/tests/fs/vfs/t_full.c:1.6 src/tests/fs/vfs/t_full.c:1.7
--- src/tests/fs/vfs/t_full.c:1.6	Sun Mar  6 10:33:40 2011
+++ src/tests/fs/vfs/t_full.c	Thu Mar 17 19:48:37 2011
@@ -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)");
 	}

Reply via email to