diff options
Diffstat (limited to 'fs/lockd/clntproc.c')
-rw-r--r-- | fs/lockd/clntproc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/lockd/clntproc.c b/fs/lockd/clntproc.c index b1a4dba443bc..b6b74a60e1eb 100644 --- a/fs/lockd/clntproc.c +++ b/fs/lockd/clntproc.c | |||
@@ -244,7 +244,7 @@ void nlm_release_call(struct nlm_rqst *call) | |||
244 | 244 | ||
245 | static void nlmclnt_rpc_release(void *data) | 245 | static void nlmclnt_rpc_release(void *data) |
246 | { | 246 | { |
247 | return nlm_release_call(data); | 247 | nlm_release_call(data); |
248 | } | 248 | } |
249 | 249 | ||
250 | static int nlm_wait_on_grace(wait_queue_head_t *queue) | 250 | static int nlm_wait_on_grace(wait_queue_head_t *queue) |