Merged into cifs-2.6.git ---------- Forwarded message ---------- From: Steve French <smfrench@xxxxxxxxx> Date: Mon, Feb 29, 2016 at 6:10 PM Subject: [PATCH 2/2] CIFS: Fix duplicate line introduced by clone_file_range patch To: linux-cifs@xxxxxxxxxxxxxxx Cc: Steve French <smfrench@xxxxxxxxx>, Steve French <steve.french@xxxxxxxxxxxxxxx>, Christoph Hellwig <hch@xxxxxx> Commit 04b38d601239b4 ("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@xxxxxxxxxxxxxxx> CC: Christoph Hellwig <hch@xxxxxx> --- fs/cifs/cifsfs.c | 1 - 1 file changed, 1 deletion(-) diff --git a/fs/cifs/cifsfs.c b/fs/cifs/cifsfs.c index c48ca13..2eea403 100644 --- a/fs/cifs/cifsfs.c +++ b/fs/cifs/cifsfs.c @@ -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, }; -- 1.9.1 -- Thanks, Steve -- To unsubscribe from this list: send the line "unsubscribe linux-cifs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html