commit | e2a1840e56a1ace8bce86bc7e40923b4b2748404 | [log] [tgz] |
---|---|---|
author | Alex Dewar <alex.dewar90@gmail.com> | Wed Aug 12 15:12:51 2020 +0100 |
committer | J. Bruce Fields <bfields@redhat.com> | Fri Sep 25 18:01:27 2020 -0400 |
tree | 4c2237d139fecd1fd15b8b8e4031d83d81998096 | |
parent | 1cc5213baada95155a25e59e21ef696aba1f8143 [diff] |
nfsd: Remove unnecessary assignment in nfs4xdr.c In nfsd4_encode_listxattrs(), the variable p is assigned to at one point but this value is never used before p is reassigned. Fix this. Addresses-Coverity: ("Unused value") Signed-off-by: Alex Dewar <alex.dewar90@gmail.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>