diff options
Diffstat (limited to 'fs/cifs/cifsfs.c')
-rw-r--r-- | fs/cifs/cifsfs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/cifs/cifsfs.c b/fs/cifs/cifsfs.c index c48ca13673e3..2eea40353e60 100644 --- a/fs/cifs/cifsfs.c +++ b/fs/cifs/cifsfs.c | |||
@@ -1013,7 +1013,6 @@ const struct file_operations cifs_file_strict_ops = { | |||
1013 | .llseek = cifs_llseek, | 1013 | .llseek = cifs_llseek, |
1014 | .unlocked_ioctl = cifs_ioctl, | 1014 | .unlocked_ioctl = cifs_ioctl, |
1015 | .clone_file_range = cifs_clone_file_range, | 1015 | .clone_file_range = cifs_clone_file_range, |
1016 | .clone_file_range = cifs_clone_file_range, | ||
1017 | .setlease = cifs_setlease, | 1016 | .setlease = cifs_setlease, |
1018 | .fallocate = cifs_fallocate, | 1017 | .fallocate = cifs_fallocate, |
1019 | }; | 1018 | }; |