OSDN Git Service

SUNRPC: drop pointless static qualifier in xdr_get_next_encode_buffer()
authorYueHaibing <yuehaibing@huawei.com>
Thu, 8 Nov 2018 02:04:57 +0000 (02:04 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 Nov 2018 15:08:01 +0000 (16:08 +0100)
commita2b02eb4ba522283e6ec5123adf8af9e9f30d6b7
tree6cbf09c6f624f6e60ba4ffce6bb9c68eab4ce5a0
parent4036c69bc415ca99d9fb0822db3b15672341a5df
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>
net/sunrpc/xdr.c