Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Oct 2003 05:41:36 -0700 (PDT)
From:      Ian Dowse <iedowse@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/nfsclient nfs_node.c
Message-ID:  <200310051241.h95CfaFR008068@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310051241.h95CfaFR008068>