freebsd-nq/sys/fs/nfsclient
Kirk McKusick 43a993bb7d For performance reasons, it is useful to have a single string used as
the name of a filesystem when setting it as the first parameter to the
getnewvnode() function. Most filesystems call getnewvnode from just one
place so can use a literal string as the first parameter. However, NFS
calls getnewvnode from two places, so we create a global constant string
that can be used by the two instances. This change also collapses two
instances of getnewvnode() in the UFS filesystem to a single call.

Reviewed by: kib
Tested by:   Peter Holm
2015-11-29 21:01:02 +00:00
..
nfs_clbio.c
nfs_clcomsubs.c
nfs_clkdtrace.c
nfs_clkrpc.c
nfs_clnfsiod.c
nfs_clnode.c For performance reasons, it is useful to have a single string used as 2015-11-29 21:01:02 +00:00
nfs_clport.c For performance reasons, it is useful to have a single string used as 2015-11-29 21:01:02 +00:00
nfs_clrpcops.c Revert r283330 since it broke directory caching in the client. 2015-11-21 00:15:41 +00:00
nfs_clstate.c
nfs_clsubs.c
nfs_clvfsops.c
nfs_clvnops.c
nfs_kdtrace.h
nfs.h
nfsmount.h
nfsnode.h
nlminfo.h