imp
f0bf889d0d
/* -> /*- for license, minor formatting changes
2005-01-07 02:29:27 +00:00
rees
f24213beb7
fix array index out of bounds in rpc->rc_srtt[], rpc->rc_sdrtt[]
...
Noticed by: tedu
Approved by: alfred
2004-07-15 22:21:25 +00:00
rwatson
f1f1364540
Constify 'rpcclnt_backoff'.
2004-07-12 19:37:08 +00:00
kan
97b7fb767e
Reset callout if in nfs_timeout and rpcclnt_timeout functions. Timer
...
are supposed to continue firing as long as there is work to do, not
stop after the first invocation.
This is damage control after a patch that has been committed prematurely.
Tested by: kris
2004-03-28 05:55:27 +00:00
rees
4bf96c35a5
only do nfs rpc callouts if there is work to do.
...
Submitted by: kan
Approved by: alfred
2004-03-25 21:48:09 +00:00
kan
edfb020c30
Convert from timeout to callout API.
2004-03-07 16:23:03 +00:00
alfred
ffaedccd58
Don't panic because of RPC proto mismatches. Whitespace cleanup.
...
Submitted by: Jim Rees <rees@umich.edu>
2004-01-17 21:25:05 +00:00
alfred
7dfc5abc07
Prevent a panic when mounting a v2/v3 only server with mount_nfs4.
...
Submitted by: Jim Rees <rees@umich.edu>
Reported/testing: Florian C. Smeets <flo@kasimir.com>
2004-01-13 01:04:36 +00:00
alfred
0447b5115d
Fix a panic when attempting a v4 op against a v3/v2-only server.
...
It happens because rpcclnt_request is incorrectly returning 0 in the case
of an rpc mismatch or auth error.
Submitted by: Jim Rees <rees@umich.edu>
2004-01-10 02:59:54 +00:00
alfred
9059a984da
Use %zu to printf a size_t instead of an int cast.
...
Requested by: jmallett, wollman
2003-11-15 01:58:47 +00:00
alfred
6763fe0b20
Fix compilation warnings on sparc.
...
Cast sizeof to int for printing with %d.
2003-11-15 01:24:46 +00:00
alfred
5b076fe9da
University of Michigan's Citi NFSv4 kernel client code.
...
Submitted by: Jim Rees <rees@umich.edu>
2003-11-14 20:54:10 +00:00