Date: Thu, 19 Feb 2009 22:18:00 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/nfsclient nfs_vnops.c Message-ID: <200902192218.n1JMI5Xt038830@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2009-02-19 22:18:00 UTC
FreeBSD src repository
Modified files:
sys/nfsclient nfs_vnops.c
Log:
SVN rev 188832 on 2009-02-19 22:18:00Z by jhb
When fetching attributes for a file for NFSv3 mounts, do not perform an
opportunistic ACCESS RPC to populate both the access and attribute caches
of the file and instead always use a GETATTR RPC. On many modern NFS
servers, an ACCESS RPC is much more expensive to service than a GETATTR
RPC.
Submitted by: mohans
Revision Changes Path
1.299 +0 -6 src/sys/nfsclient/nfs_vnops.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902192218.n1JMI5Xt038830>
