提交 9589995e 编写于 作者: S Steve French

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: NSteve French <steve.french@primarydata.com>
Reviewed-by: NChristoph Hellwig <hch@lst.de>
上级 1ee9f4bd
......@@ -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,
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册