Module Name: src
Committed By: pooka
Date: Fri Jan 7 11:41:55 UTC 2011
Modified Files:
src/tests/fs/vfs: t_full.c
Log Message:
P2K_FFS uses puffs and therefore does not GOP_ALLOC either
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 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.4 src/tests/fs/vfs/t_full.c:1.5
--- src/tests/fs/vfs/t_full.c:1.4 Thu Nov 11 17:44:44 2010
+++ src/tests/fs/vfs/t_full.c Fri Jan 7 11:41:54 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: t_full.c,v 1.4 2010/11/11 17:44:44 pooka Exp $ */
+/* $NetBSD: t_full.c,v 1.5 2011/01/07 11:41:54 pooka Exp $ */
/*-
* Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -56,7 +56,7 @@
size_t bonus;
int fd, i = 0;
- if (FSTYPE_PUFFS(tc) || FSTYPE_RUMPFS(tc)) {
+ if (FSTYPE_P2K_FFS(tc) || FSTYPE_PUFFS(tc) || FSTYPE_RUMPFS(tc)) {
atf_tc_skip("fs does not support explicit block allocation "
"(GOP_ALLOC)");
}