]> git.baikalelectronics.ru Git - kernel.git/commit
SUNRPC: remove redundant pointer plainhdr
authorColin Ian King <colin.i.king@gmail.com>
Sun, 30 Jan 2022 22:44:10 +0000 (22:44 +0000)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Fri, 25 Feb 2022 23:50:12 +0000 (18:50 -0500)
commit0e0024b123b634c94052e598714c59f1d942f0ad
tree2d50bde4869346e839b942bae6a6d2ddcbe75a04
parent8d4e11ffc617b9ed475cc22fafeee1653c2f2d0a
SUNRPC: remove redundant pointer plainhdr

[You don't often get email from colin.i.king@gmail.com. Learn why this is important at http://aka.ms/LearnAboutSenderIdentification.]

Pointer plainhdr is being assigned a value that is never read, the
pointer is redundant and can be removed.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
net/sunrpc/auth_gss/gss_krb5_wrap.c