diff options
Diffstat (limited to 'fs/lockd/clntlock.c')
-rw-r--r-- | fs/lockd/clntlock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/lockd/clntlock.c b/fs/lockd/clntlock.c index a4ab6dd7661f..e8c7765419e8 100644 --- a/fs/lockd/clntlock.c +++ b/fs/lockd/clntlock.c | |||
@@ -184,7 +184,7 @@ restart: | |||
184 | /* Force a portmap getport - the peer's lockd will | 184 | /* Force a portmap getport - the peer's lockd will |
185 | * most likely end up on a different port. | 185 | * most likely end up on a different port. |
186 | */ | 186 | */ |
187 | host->h_nextrebind = 0; | 187 | host->h_nextrebind = jiffies; |
188 | nlm_rebind_host(host); | 188 | nlm_rebind_host(host); |
189 | 189 | ||
190 | /* First, reclaim all locks that have been granted. */ | 190 | /* First, reclaim all locks that have been granted. */ |