提交 6041b791 编写于 作者: T Trond Myklebust

lockd: Fix a typo in nlmsvc_grant_release()

Signed-off-by: NTrond Myklebust <Trond.Myklebust@netapp.com>
上级 d4716624
......@@ -638,7 +638,9 @@ static void nlmsvc_grant_callback(struct rpc_task *task, void *data)
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 = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册