aboutsummaryrefslogtreecommitdiffstats
path: root/fs/lockd/svclock.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/lockd/svclock.c')
-rw-r--r--fs/lockd/svclock.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/lockd/svclock.c b/fs/lockd/svclock.c
index 9266c4600208..6e31695d046f 100644
--- a/fs/lockd/svclock.c
+++ b/fs/lockd/svclock.c
@@ -234,7 +234,7 @@ nlmsvc_create_block(struct svc_rqst *rqstp, struct nlm_host *host,
234failed_free: 234failed_free:
235 kfree(block); 235 kfree(block);
236failed: 236failed:
237 nlm_release_call(call); 237 nlmsvc_release_call(call);
238 return NULL; 238 return NULL;
239} 239}
240 240
@@ -267,7 +267,7 @@ static void nlmsvc_free_block(struct kref *kref)
267 mutex_unlock(&file->f_mutex); 267 mutex_unlock(&file->f_mutex);
268 268
269 nlmsvc_freegrantargs(block->b_call); 269 nlmsvc_freegrantargs(block->b_call);
270 nlm_release_call(block->b_call); 270 nlmsvc_release_call(block->b_call);
271 nlm_release_file(block->b_file); 271 nlm_release_file(block->b_file);
272 kfree(block->b_fl); 272 kfree(block->b_fl);
273 kfree(block); 273 kfree(block);