Commit 926ea40a authored by Trond Myklebust's avatar Trond Myklebust

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

Signed-off-by: default avatarTrond Myklebust <trond.myklebust@primarydata.com>
parent daaadd22
......@@ -310,7 +310,7 @@ static long nfs42_ioctl_clone_range(struct file *dst_file, void __user *argp)
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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment