Date: Sat, 8 Jun 1996 05:16:31 -0700 (PDT) From: Bruce Evans <bde> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/nfs nfs_serv.c Message-ID: <199606081216.FAA14335@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 96/06/08 05:16:30 Modified: sys/nfs nfs_serv.c Log: Fixed a vnode reference leak in nfsrv_rename(). The target inode wasn't released until the file system was unmounted. This bug also affected kern/vfs_syscalls.c but was fixed in rev.1.18 and rev.1.20 there. Reviewed by: davidg Revision Changes Path 1.30 +2 -1 src/sys/nfs/nfs_serv.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199606081216.FAA14335>