Date: Tue, 22 Feb 2005 14:52:00 +0000 (UTC) From: Poul-Henning Kamp <phk@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/nfsclient nfs_vnops.c Message-ID: <200502221452.j1MEq0gu049058@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 2005-02-22 14:52:00 UTC
FreeBSD src repository
Modified files:
sys/nfsclient nfs_vnops.c
Log:
vp->v_id is a private field for the vfs namecache and it is a big mistake
that NFS ever started using it. Long time ago I added the necessary
vhold()/vdrop() calls to replace it, but forgot to remove the v_id code.
Do it now.
Revision Changes Path
1.252 +9 -13 src/sys/nfsclient/nfs_vnops.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502221452.j1MEq0gu049058>
