Source-Changes-HG archive

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

[src/trunk]: src/sys/kern In description of a locking mess, add reference to ...



details:   https://anonhg.NetBSD.org/src/rev/1ca521f6cf0c
branches:  trunk
changeset: 790147:1ca521f6cf0c
user:      dholland <dholland%NetBSD.org@localhost>
date:      Sat Sep 21 19:51:33 2013 +0000

description:
In description of a locking mess, add reference to the PR for the bug
the mess is supposed to help with.

diffstat:

 sys/kern/vfs_vnode.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 511f3452c1d6 -r 1ca521f6cf0c sys/kern/vfs_vnode.c
--- a/sys/kern/vfs_vnode.c      Sat Sep 21 15:01:14 2013 +0000
+++ b/sys/kern/vfs_vnode.c      Sat Sep 21 19:51:33 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vfs_vnode.c,v 1.19 2013/02/13 14:03:48 hannken Exp $   */
+/*     $NetBSD: vfs_vnode.c,v 1.20 2013/09/21 19:51:33 dholland Exp $  */
 
 /*-
  * Copyright (c) 1997-2011 The NetBSD Foundation, Inc.
@@ -121,10 +121,12 @@
  *
  *     Note: if VI_CLEAN is set, vnode_t::v_interlock will be released while
  *     mntvnode_lock is still held.
+ *
+ *     See PR 41374.
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vfs_vnode.c,v 1.19 2013/02/13 14:03:48 hannken Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vfs_vnode.c,v 1.20 2013/09/21 19:51:33 dholland Exp $");
 
 #include <sys/param.h>
 #include <sys/kernel.h>



Home | Main Index | Thread Index | Old Index