commit | a38ad671d1cafda6f6c4f8fbade9b831cfdbda75 | [log] [tgz] |
---|---|---|
author | YueHaibing <yuehaibing@huawei.com> | Thu Nov 08 02:04:57 2018 +0000 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Nov 27 16:09:40 2018 +0100 |
tree | 287f1de8e14d1476ccd0db71799563a2cbbd00a6 | |
parent | 553a56136333203a6d9f8cadb5e27cdfc3306650 [diff] |
SUNRPC: drop pointless static qualifier in xdr_get_next_encode_buffer() [ Upstream commit 025911a5f4e36955498ed50806ad1b02f0f76288 ] There is no need to have the '__be32 *p' variable static since new value always be assigned before use it. Signed-off-by: YueHaibing <yuehaibing@huawei.com> Cc: stable@vger.kernel.org Signed-off-by: J. Bruce Fields <bfields@redhat.com> Signed-off-by: Sasha Levin <sashal@kernel.org>