diff options
author | YueHaibing <yuehaibing@huawei.com> | 2019-10-17 06:53:51 +0300 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2019-11-25 10:14:14 +0300 |
commit | f28a2e5ebc54248757f5baf5b7ff1d4eb80ebae7 (patch) | |
tree | 29179ec7de29de37ccca11401679352eb184339e /fs/cifs/cifs_debug.c | |
parent | d0677992d2af3d65f1c1c21de3323d09d4891537 (diff) | |
download | linux-f28a2e5ebc54248757f5baf5b7ff1d4eb80ebae7.tar.xz |
CIFS: remove set but not used variables 'cinode' and 'netfid'
Fixes gcc '-Wunused-but-set-variable' warning:
fs/cifs/file.c: In function 'cifs_flock':
fs/cifs/file.c:1704:8: warning:
variable 'netfid' set but not used [-Wunused-but-set-variable]
fs/cifs/file.c:1702:24: warning:
variable 'cinode' set but not used [-Wunused-but-set-variable]
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'fs/cifs/cifs_debug.c')
0 files changed, 0 insertions, 0 deletions