NetBSD-Bugs archive

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

PR/40163 CVS commit: src/sys/ufs/ufs



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

From: "David A. Holland" <dholland%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/40163 CVS commit: src/sys/ufs/ufs
Date: Sat, 13 Dec 2008 04:45:28 +0000 (UTC)

 Module Name:   src
 Committed By:  dholland
 Date:          Sat Dec 13 04:45:28 UTC 2008
 
 Modified Files:
        src/sys/ufs/ufs: ufs_wapbl.c
 
 Log Message:
 Don't deadlock on rename("foo/foo", "foo") in the case where foo/foo is a
 directory. This doesn't affect non-wapbl renames; it affects wapbl because
 one of the lock acquisitions was moved up past where this case otherwise
 fails.
 
 PR 40163 from Lloyd Parkes.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.3 -r1.4 src/sys/ufs/ufs/ufs_wapbl.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