Date: Thu, 15 Jul 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: <201007151941.o6FJfduN093902@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2010-07-15 19:40:48 UTC FreeBSD src repository Modified files: sys/fs/nfsclient nfs_clport.c nfsnode.h sys/nfsclient nfs_subs.c nfsnode.h Log: SVN rev 210136 on 2010-07-15 19:40:48Z by jhb 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. MFC after: 2 weeks Revision Changes Path 1.11 +0 -9 src/sys/fs/nfsclient/nfs_clport.c 1.3 +0 -11 src/sys/fs/nfsclient/nfsnode.h 1.167 +0 -9 src/sys/nfsclient/nfs_subs.c 1.69 +0 -11 src/sys/nfsclient/nfsnode.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007151941.o6FJfduN093902>