commit | 19a1aad8886fd5b704b02870020cb6694f686991 | [log] [tgz] |
---|---|---|
author | YueHaibing <yuehaibing@huawei.com> | Sat Sep 28 12:21:56 2019 +0800 |
committer | J. Bruce Fields <bfields@redhat.com> | Tue Oct 08 16:01:33 2019 -0400 |
tree | dfdaada3d045a4cf798fad7a5d4fa61c5616dbcf | |
parent | da0c9ea146cbe92b832f1b0f694840ea8eb33cce [diff] |
nfsd: remove set but not used variable 'len' 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>