freebsd-dev/sys/nfs
Ian Dowse 9669bb479a Avoid passing the variable `tl' to functions that just use it for
temporary storage. In the old NFS code it wasn't at all clear if
the value of `tl' was used across or after macro calls, but I'm
fairly confident that the convention was to keep its use local.
Each ex-macro function now uses a local version of this variable,
so all of the double-indirection goes away.

The only exception to the `local use' rule for `tl' is nfsm_clget(),
which is left unchanged by this commit.

Reviewed by:	peter
2001-12-18 01:22:09 +00:00
..
nfs_common.c Avoid passing the variable `tl' to functions that just use it for 2001-12-18 01:22:09 +00:00
nfs_common.h Avoid passing the variable `tl' to functions that just use it for 2001-12-18 01:22:09 +00:00
nfsnode.h KSE Milestone 2 2001-09-12 08:38:13 +00:00
nfsproto.h Cleanup and split of nfs client and server code. 2001-09-18 23:32:09 +00:00
rpcv2.h Cleanup and split of nfs client and server code. 2001-09-18 23:32:09 +00:00
xdr_subs.h