aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/ioctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/cifs/ioctl.c')
-rw-r--r--fs/cifs/ioctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/ioctl.c b/fs/cifs/ioctl.c
index 77492301cc2b..45cb59bcc791 100644
--- a/fs/cifs/ioctl.c
+++ b/fs/cifs/ioctl.c
@@ -85,7 +85,7 @@ static long cifs_ioctl_clone(unsigned int xid, struct file *dst_file,
85 goto out_fput; 85 goto out_fput;
86 } 86 }
87 87
88 src_inode = src_file.file->f_dentry->d_inode; 88 src_inode = file_inode(src_file.file);
89 89
90 /* 90 /*
91 * Note: cifs case is easier than btrfs since server responsible for 91 * Note: cifs case is easier than btrfs since server responsible for