Skip to content

Commit

Permalink
CIFS: Fix duplicate line introduced by clone_file_range patch
Browse files Browse the repository at this point in the history
Commit 04b38d6 ("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 <[email protected]>
Reviewed-by: Christoph Hellwig <[email protected]>
  • Loading branch information
smfrench committed Mar 1, 2016
1 parent 1ee9f4b commit 9589995
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs/cifs/cifsfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};
Expand Down

0 comments on commit 9589995

Please sign in to comment.