cvs commit: src/sys/nfsclient nfs_node.c

Ian Dowse iedowse at FreeBSD.org
Sun Oct 5 05:41:37 PDT 2003


iedowse     2003/10/05 05:41:36 PDT

  FreeBSD src repository

  Modified files:
    sys/nfsclient        nfs_node.c 
  Log:
  Since the addition of the VI_DOINGINACT flag some time ago,
  VOP_INACTIVE routines need not worry about their vnode getting
  recycled if they block. Remove the code from nfs_inactive() that
  used vget() to get an extra vnode reference that was held during
  the nfs_vinvalbuf() call.
  
  Revision  Changes    Path
  1.64      +1 -15     src/sys/nfsclient/nfs_node.c


More information about the cvs-src mailing list