commit | 6041b79192bdf0e7ab18ea6859effa5d8311391b | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Mon Mar 20 13:44:45 2006 -0500 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Mon Mar 20 13:44:45 2006 -0500 |
tree | f1491d4dd0dbdc829273c71e707c0adf771f5d0b | |
parent | d47166244860eb5dfdb12ee4703968beef8a0db2 [diff] [blame] |
lockd: Fix a typo in nlmsvc_grant_release() Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
diff --git a/fs/lockd/svclock.c b/fs/lockd/svclock.c index 185bf7e..c16c94f5 100644 --- a/fs/lockd/svclock.c +++ b/fs/lockd/svclock.c
@@ -638,7 +638,9 @@ void nlmsvc_grant_release(void *data) { - nlmsvc_release_block(data); + struct nlm_rqst *call = data; + + nlmsvc_release_block(call->a_block); } static const struct rpc_call_ops nlmsvc_grant_ops = {