* amd/ops_nfs.c (mount_nfs_fh): set timeo/retrans mount options
authorErez Zadok <ezk@cs.sunysb.edu>
Sat, 4 Jun 2005 16:34:33 +0000 (16:34 +0000)
committerErez Zadok <ezk@cs.sunysb.edu>
Sat, 4 Jun 2005 16:34:33 +0000 (16:34 +0000)
commit66c664e07c7b10730d1f218790bd55ef8dc34b3f
tree193865f69902c503dd031c66f8ff3bc443104c8c
parentc8819ef946509f0375086775f579772113fe5c31
* amd/ops_nfs.c (mount_nfs_fh): set timeo/retrans mount options
only if the user specified them in amd.conf or elsewhere.  If they
were not specified, don't do anything, which would let the OS use
its own defaults.

* amd/get_args.c (get_args): negative timeo/retrans are "good" in
that they represent uninitialized values (meaning to let the OS
use it's default values).  So only check if user specified a value
equal to zero (invalid).

* amd/amd.h: define AMU_TYPE_NONE so we know when users didn't
specify timeo/retrans at all.
ChangeLog
NEWS
amd/amd.h
amd/get_args.c
amd/ops_nfs.c
configure.in