Date: Thu, 5 Aug 2010 19:41:43 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/nfsclient nfs_subs.c nfsnode.h Message-ID: <201008051942.o75Jg8GE039431@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2010-08-05 19:41:43 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/nfsclient nfs_subs.c nfsnode.h Log: SVN rev 210889 on 2010-08-05 19:41:43Z 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.146.2.3 +0 -9 src/sys/nfsclient/nfs_subs.c 1.60.2.5 +1 -5 src/sys/nfsclient/nfsnode.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008051942.o75Jg8GE039431>