[PATCH] knfsd: lockd: fix use of h_nextrebind
authorOlaf Kirch <okir@suse.de>
Wed, 4 Oct 2006 09:16:04 +0000 (02:16 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 4 Oct 2006 14:55:18 +0000 (07:55 -0700)
commit0ade060ee51b9b6cf18d580405dc9ab90067f69f
treecb4973c837192053f5e2b2a5b2e3790362849d00
parent460f5cac1e24e947509b6112c99c5bc9ff687b45
[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>
fs/lockd/clntlock.c