CIFS: Fix duplicate line introduced by clone_file_range patch
Commit 04b38d6012
("vfs: pull btrfs clone API to vfs layer")
added a duplicated line (in cifsfs.c) which causes a sparse compile
warning.
Signed-off-by: Steve French <steve.french@primarydata.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
This commit is contained in:
parent
1ee9f4bd1a
commit
9589995e46
|
@ -1013,7 +1013,6 @@ const struct file_operations cifs_file_strict_ops = {
|
|||
.llseek = cifs_llseek,
|
||||
.unlocked_ioctl = cifs_ioctl,
|
||||
.clone_file_range = cifs_clone_file_range,
|
||||
.clone_file_range = cifs_clone_file_range,
|
||||
.setlease = cifs_setlease,
|
||||
.fallocate = cifs_fallocate,
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue