Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6041b791 authored by Trond Myklebust's avatar Trond Myklebust
Browse files

lockd: Fix a typo in nlmsvc_grant_release()

parent d4716624
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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 = {