NetBSD-Bugs archive

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

PR/44661 CVS commit: src



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

From: "Juergen Hannken-Illjes" <hannken%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/44661 CVS commit: src
Date: Sat, 19 Mar 2011 20:05:21 +0000

 Module Name:   src
 Committed By:  hannken
 Date:          Sat Mar 19 20:05:21 UTC 2011
 
 Modified Files:
        src/sys/fs/msdosfs: msdosfs_vnops.c
        src/tests/fs/vfs: t_vnops.c
 
 Log Message:
 Remove a vnode reference leak from msdosfs_rename. Release tdvp if either
 doscheckpath() or relookup() fails.
 
 Adjust test fs/vfs/t_vnops.c and remove the link count test for msdos.
 
 Fixes PR #44661
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.72 -r1.73 src/sys/fs/msdosfs/msdosfs_vnops.c
 cvs rdiff -u -r1.21 -r1.22 src/tests/fs/vfs/t_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