Commit 00030104 authored by YueHaibing's avatar YueHaibing Committed by Trond Myklebust
Browse files

NFSv4: Make _nfs42_proc_copy_notify() static



Fix sparse warning:

fs/nfs/nfs42proc.c:527:5: warning:
 symbol '_nfs42_proc_copy_notify' was not declared. Should it be static?

Reported-by: default avatarHulk Robot <hulkci@huawei.com>
Signed-off-by: default avatarYueHaibing <yuehaibing@huawei.com>
Signed-off-by: default avatarTrond Myklebust <trond.myklebust@hammerspace.com>
parent 913eca1a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -524,7 +524,7 @@ static int nfs42_do_offload_cancel_async(struct file *dst,
	return status;
}

int _nfs42_proc_copy_notify(struct file *src, struct file *dst,
static int _nfs42_proc_copy_notify(struct file *src, struct file *dst,
				   struct nfs42_copy_notify_args *args,
				   struct nfs42_copy_notify_res *res)
{