cvs commit: src/sys/nfsclient nfs_node.c

Don Lewis truckman at FreeBSD.org
Sun Oct 5 13:01:04 PDT 2003


On  5 Oct, Ian Dowse wrote:
> 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

Cool!  That always struck me as a vile bit of code.


More information about the cvs-all mailing list