]> git.baikalelectronics.ru Git - kernel.git/commit
cifs: remove unused variable
authorzhengbin <zhengbin13@huawei.com>
Tue, 20 Aug 2019 14:00:47 +0000 (22:00 +0800)
committerSteve French <stfrench@microsoft.com>
Mon, 16 Sep 2019 16:43:37 +0000 (11:43 -0500)
commit1f30e367429da943200a1e2967cfdd6f72080242
tree65d08b1a2b879ba4adeab596af278cc886b3a4a8
parente59930e6d1709b42d1812b0c3bc1d934881d971a
cifs: remove unused variable

In smb3_punch_hole, variable cifsi set but not used, remove it.
In cifs_lock, variable netfid set but not used, remove it.

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: zhengbin <zhengbin13@huawei.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/file.c
fs/cifs/smb2ops.c