Source-Changes-HG archive

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

[src/trunk]: src/tests/fs/vfs This doesn't affect p2k_ffs after all, no idea ...



details:   https://anonhg.NetBSD.org/src/rev/b7eb1afba173
branches:  trunk
changeset: 807106:b7eb1afba173
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sat Mar 28 16:39:31 2015 +0000

description:
This doesn't affect p2k_ffs after all, no idea why yet.

diffstat:

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

diffs (17 lines):

diff -r b6d14d6409a6 -r b7eb1afba173 tests/fs/vfs/t_io.c
--- a/tests/fs/vfs/t_io.c       Sat Mar 28 16:17:25 2015 +0000
+++ b/tests/fs/vfs/t_io.c       Sat Mar 28 16:39:31 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_io.c,v 1.13 2015/03/28 16:17:25 riastradh Exp $      */
+/*     $NetBSD: t_io.c,v 1.14 2015/03/28 16:39:31 riastradh Exp $      */
 
 /*-
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -238,7 +238,6 @@
            FSTYPE_FFSLOG(tc) ||
            FSTYPE_LFS(tc) ||
            FSTYPE_MSDOS(tc) ||
-           FSTYPE_P2K_FFS(tc) ||
            FSTYPE_SYSVBFS(tc))
                atf_tc_expect_fail("bad sync atime update code path");
        ATF_REQUIRE_ERRNO(EFAULT, rump_sys_read(fd, NULL, 1) == -1);



Home | Main Index | Thread Index | Old Index