NetBSD-Bugs archive

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

PR/37808 CVS commit: src/sys/kern



The following reply was made to PR kern/37808; it has been noted by GNATS.

From: Andrew Doran <ad%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/37808 CVS commit: src/sys/kern
Date: Fri, 25 Jan 2008 14:37:33 +0000 (UTC)

 Module Name:   src
 Committed By:  ad
 Date:          Fri Jan 25 14:37:33 UTC 2008
 
 Modified Files:
        src/sys/kern: vfs_vnops.c
 
 Log Message:
 vn_setrecurse: if no lock is exported, use v_lock. Works around issue
 described in PR kern/37808. The ideal solution here is to kill vnode
 lock recursion, which should not be hard once it is understood what
 the two remaining callers of vn_setrecurse() are doing.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.152 -r1.153 src/sys/kern/vfs_vnops.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 



Home | Main Index | Thread Index | Old Index