cvs commit: src/sys/fs/nwfs nwfs_vnops.c src/sys/fs/smbfs smbfs_vnops.c

Poul-Henning Kamp phk at FreeBSD.org
Tue Feb 22 15:06:30 GMT 2005


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


More information about the cvs-src mailing list