Date: Fri, 8 Mar 2002 05:43:43 -0800 (PST) From: Poul-Henning Kamp <phk@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/nfsclient nfs_vnops.c Message-ID: <200203081343.g28Dhhm79065@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 2002/03/08 05:43:43 PST Modified files: sys/nfsclient nfs_vnops.c Log: vhold() our vnode while checking the remote side. This is belived to be the only place where a soft reference to a vnode is held with no sort of hard reference, consequently this change should allow us to free(9) vnodes from the freelist after properly cleaning them up. Reviewed by: dillon Revision Changes Path 1.182 +3 -0 src/sys/nfsclient/nfs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203081343.g28Dhhm79065>