提交 926ea40a 编写于 作者: T Trond Myklebust

NFSv4: Fix a compile warning about no prototype for nfs4_ioctl()

Signed-off-by: NTrond Myklebust <trond.myklebust@primarydata.com>
上级 daaadd22
...@@ -310,7 +310,7 @@ static long nfs42_ioctl_clone_range(struct file *dst_file, void __user *argp) ...@@ -310,7 +310,7 @@ static long nfs42_ioctl_clone_range(struct file *dst_file, void __user *argp)
args.dest_offset, args.src_length); args.dest_offset, args.src_length);
} }
long nfs4_ioctl(struct file *file, unsigned int cmd, unsigned long arg) static long nfs4_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
{ {
void __user *argp = (void __user *)arg; void __user *argp = (void __user *)arg;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册