Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Aug 2010 19:40:48 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/fs/nfsclient nfs_clport.c nfsnode.h src/sys/nfsclient nfs_subs.c nfsnode.h
Message-ID:  <201008051941.o75JfWfO039376@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

jhb         2010-08-05 19:40:48 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sys/fs/nfsclient     nfs_clport.c nfsnode.h 
    sys/nfsclient        nfs_subs.c nfsnode.h 
  Log:
  SVN rev 210888 on 2010-08-05 19:40:48Z by jhb
  
  MFC 210136:
  Retire the NFS access cache timestamp structure.  It was used in VOP_OPEN()
  to avoid sending multiple ACCESS/GETATTR RPCs during a single open()
  between VOP_LOOKUP() and VOP_OPEN().  Now we always send the RPC in
  VOP_LOOKUP() and not VOP_OPEN() in the cases that multiple RPCs could be
  sent.
  
  To preserve the ABI I have left the structure in place, but renamed it
  to 'n_unused' and just removed the code that updates it.
  
  Revision   Changes    Path
  1.5.2.7    +0 -9      src/sys/fs/nfsclient/nfs_clport.c
  1.1.2.3    +1 -5      src/sys/fs/nfsclient/nfsnode.h
  1.163.2.5  +0 -9      src/sys/nfsclient/nfs_subs.c
  1.66.2.4   +1 -5      src/sys/nfsclient/nfsnode.h



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