CIFS: Fix duplicate line introduced by clone_file_range patch
authorSteve French <smfrench@gmail.com>
Mon, 29 Feb 2016 07:02:11 +0000 (01:02 -0600)
committerSteve French <smfrench@gmail.com>
Tue, 1 Mar 2016 15:38:00 +0000 (09:38 -0600)
commit9589995e46d89c70c6fa4723c5f3e5ec04c3c3e3
treec5e45c97f96296b3a5498cb517901befb9c7894f
parent1ee9f4bd1a97026a7b2d7ae9f1f74b45680d0003
CIFS: Fix duplicate line introduced by clone_file_range patch

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@primarydata.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
fs/cifs/cifsfs.c