Date: Tue, 22 Feb 2005 15:06:30 +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/fs/nwfs nwfs_vnops.c src/sys/fs/smbfs smbfs_vnops.c Message-ID: <200502221506.j1MF6UaE050201@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 2005-02-22 15:06:30 UTC
FreeBSD src repository
Modified files:
sys/fs/nwfs nwfs_vnops.c
sys/fs/smbfs smbfs_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 and an even bigger that it got copied&pasted
to nwfs and smbfs.
Replace with use of vhold()/vdrop().
Revision Changes Path
1.38 +10 -11 src/sys/fs/nwfs/nwfs_vnops.c
1.55 +24 -25 src/sys/fs/smbfs/smbfs_vnops.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502221506.j1MF6UaE050201>
