Revision 19a1aad8886fd5b704b02870020cb6694f686991 authored by YueHaibing on 28 September 2019, 04:21:56 UTC, committed by J. Bruce Fields on 08 October 2019, 20:01:33 UTC
Fixes gcc '-Wunused-but-set-variable' warning:

fs/nfsd/nfs4xdr.c: In function nfsd4_encode_splice_read:
fs/nfsd/nfs4xdr.c:3464:7: warning: variable len set but not used [-Wunused-but-set-variable]

It is not used since commit 83a63072c815 ("nfsd: fix nfs read eof detection")

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
1 parent da0c9ea
History
File Mode Size
Build -rw-r--r-- 109 bytes
Makefile -rw-r--r-- 2.0 KB
hv_fcopy_daemon.c -rw-r--r-- 5.0 KB
hv_get_dhcp_info.sh -rwxr-xr-x 931 bytes
hv_get_dns_info.sh -rwxr-xr-x 622 bytes
hv_kvp_daemon.c -rw-r--r-- 35.5 KB
hv_set_ifconfig.sh -rwxr-xr-x 1.8 KB
hv_vss_daemon.c -rw-r--r-- 7.2 KB
lsvmbus -rw-r--r-- 3.5 KB

back to top