diff options
Diffstat (limited to 'fs/lockd/svcproc.c')
| -rw-r--r-- | fs/lockd/svcproc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/lockd/svcproc.c b/fs/lockd/svcproc.c index de8f2caa2235..3009a365e082 100644 --- a/fs/lockd/svcproc.c +++ b/fs/lockd/svcproc.c | |||
| @@ -297,6 +297,7 @@ static __be32 nlmsvc_callback(struct svc_rqst *rqstp, u32 proc, struct nlm_args | |||
| 297 | return rpc_system_err; | 297 | return rpc_system_err; |
| 298 | 298 | ||
| 299 | call = nlm_alloc_call(host); | 299 | call = nlm_alloc_call(host); |
| 300 | nlmsvc_release_host(host); | ||
| 300 | if (call == NULL) | 301 | if (call == NULL) |
| 301 | return rpc_system_err; | 302 | return rpc_system_err; |
| 302 | 303 | ||
