cvs commit: src/sys/nfsclient nfs_vnops.c

Poul-Henning Kamp phk at FreeBSD.org
Tue Feb 22 14:52:01 GMT 2005


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


More information about the cvs-all mailing list