Module Name: src
Committed By: rmind
Date: Wed May 25 02:03:22 UTC 2011
Modified Files:
src/sys/fs/tmpfs: tmpfs_subr.c
Log Message:
tmpfs_update: comment out assert for now.
To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 src/sys/fs/tmpfs/tmpfs_subr.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/fs/tmpfs/tmpfs_subr.c
diff -u src/sys/fs/tmpfs/tmpfs_subr.c:1.69 src/sys/fs/tmpfs/tmpfs_subr.c:1.70
--- src/sys/fs/tmpfs/tmpfs_subr.c:1.69 Wed May 25 00:06:45 2011
+++ src/sys/fs/tmpfs/tmpfs_subr.c Wed May 25 02:03:22 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: tmpfs_subr.c,v 1.69 2011/05/25 00:06:45 rmind Exp $ */
+/* $NetBSD: tmpfs_subr.c,v 1.70 2011/05/25 02:03:22 rmind Exp $ */
/*
* Copyright (c) 2005, 2006, 2007 The NetBSD Foundation, Inc.
@@ -36,7 +36,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: tmpfs_subr.c,v 1.69 2011/05/25 00:06:45 rmind Exp $");
+__KERNEL_RCSID(0, "$NetBSD: tmpfs_subr.c,v 1.70 2011/05/25 02:03:22 rmind Exp $");
#include <sys/param.h>
#include <sys/dirent.h>
@@ -1002,7 +1002,7 @@
tmpfs_node_t *node = VP_TO_TMPFS_NODE(vp);
struct timespec nowtm;
- KASSERT(VOP_ISLOCKED(vp));
+ /* KASSERT(VOP_ISLOCKED(vp)); */
if (flags & UPDATE_CLOSE) {
/* XXX Need to do anything special? */