Module Name: src
Committed By: riastradh
Date: Sat Mar 28 16:39:31 UTC 2015
Modified Files:
src/tests/fs/vfs: t_io.c
Log Message:
This doesn't affect p2k_ffs after all, no idea why yet.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/tests/fs/vfs/t_io.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_io.c
diff -u src/tests/fs/vfs/t_io.c:1.13 src/tests/fs/vfs/t_io.c:1.14
--- src/tests/fs/vfs/t_io.c:1.13 Sat Mar 28 16:17:25 2015
+++ src/tests/fs/vfs/t_io.c Sat Mar 28 16:39:31 2015
@@ -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 @@ read_fault(const atf_tc_t *tc, const cha
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);