Source-Changes-HG archive

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

[src/trunk]: src/sys/fs/tmpfs tmpfs_update: comment out assert for now.



details:   https://anonhg.NetBSD.org/src/rev/411fbe16edf1
branches:  trunk
changeset: 765392:411fbe16edf1
user:      rmind <rmind%NetBSD.org@localhost>
date:      Wed May 25 02:03:22 2011 +0000

description:
tmpfs_update: comment out assert for now.

diffstat:

 sys/fs/tmpfs/tmpfs_subr.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r ddcc3b6c5220 -r 411fbe16edf1 sys/fs/tmpfs/tmpfs_subr.c
--- a/sys/fs/tmpfs/tmpfs_subr.c Wed May 25 00:06:45 2011 +0000
+++ b/sys/fs/tmpfs/tmpfs_subr.c Wed May 25 02:03:22 2011 +0000
@@ -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? */



Home | Main Index | Thread Index | Old Index