]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5f57b8cfd20d2d394fcf599a77b0eaa694316076
treec5e45c97f96296b3a5498cb517901befb9c7894f
parent4d255a9bb7a386a895abcac96b8c0d8c7a72a1d8
CIFS: Fix duplicate line introduced by clone_file_range patch

Commit 873dc1a2c2d75b ("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