mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-13 14:24:11 +08:00
lockd: Fix a typo in nlmsvc_grant_release()
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
This commit is contained in:
parent
d471662448
commit
6041b79192
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user