Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9589995e authored by Steve French's avatar Steve French
Browse files

CIFS: Fix duplicate line introduced by clone_file_range patch



Commit 04b38d60 ("vfs: pull btrfs clone API to vfs layer")
added a duplicated line (in cifsfs.c) which causes a sparse compile
warning.

Signed-off-by: default avatarSteve French <steve.french@primarydata.com>
Reviewed-by: default avatarChristoph Hellwig <hch@lst.de>
parent 1ee9f4bd
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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,
};