Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Feb 1999 01:47:31 -0800 (PST)
From:      Matt Dillon <dillon@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/sys/nfs nfs_vnops.c
Message-ID:  <199902130947.BAA13456@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dillon      1999/02/13 01:47:31 PST

  Modified files:
    sys/nfs              nfs_vnops.c 
  Log:
      General additional cleanup of VOP API for NFS ops - mainly NFS ignoring
      the API for freeing up cnp's.  This cleanup should not effect nominal
      operation one way or the other since NFS VOPs just happen to be called
      with flags that match what it actually does to the NAMEI components it
      gets.  Still, if an NFS error occured, there was probably some memory
      leakage of NAMEI components with certain NFS VOP ops.
  
  Revision  Changes    Path
  1.122     +13 -4     src/sys/nfs/nfs_vnops.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



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