commit | 0ade060ee51b9b6cf18d580405dc9ab90067f69f | [log] [tgz] |
---|---|---|
author | Olaf Kirch <okir@suse.de> | Wed Oct 04 02:16:04 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Wed Oct 04 07:55:18 2006 -0700 |
tree | cb4973c837192053f5e2b2a5b2e3790362849d00 | |
parent | 460f5cac1e24e947509b6112c99c5bc9ff687b45 [diff] |
[PATCH] knfsd: lockd: fix use of h_nextrebind nlmclnt_recovery would try to force a portmap rebind by setting host->h_nextrebind to 0. The right thing to do here is to set it to the current time. Signed-off-by: Olaf Kirch <okir@suse.de> Signed-off-by: Neil Brown <neilb@suse.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>