Source-Changes-HG archive

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

[src/trunk]: src/tests/fs/vfs P2K_FFS uses puffs and therefore does not GOP_A...



details:   https://anonhg.NetBSD.org/src/rev/e41f3aaf90ff
branches:  trunk
changeset: 760547:e41f3aaf90ff
user:      pooka <pooka%NetBSD.org@localhost>
date:      Fri Jan 07 11:41:54 2011 +0000

description:
P2K_FFS uses puffs and therefore does not GOP_ALLOC either

diffstat:

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

diffs (18 lines):

diff -r c38eb5a6b422 -r e41f3aaf90ff tests/fs/vfs/t_full.c
--- a/tests/fs/vfs/t_full.c     Fri Jan 07 11:41:40 2011 +0000
+++ b/tests/fs/vfs/t_full.c     Fri Jan 07 11:41:54 2011 +0000
@@ -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)");
        }



Home | Main Index | Thread Index | Old Index