netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] sunrpc: Deadcoding
@ 2024-12-10  1:02 linux
  2024-12-10  1:02 ` [PATCH 1/3] sunrpc: Remove unused xprt_iter_get_xprt linux
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: linux @ 2024-12-10  1:02 UTC (permalink / raw)
  To: trondmy, anna, chuck.lever, jlayton, neilb, okorniev, Dai.Ngo,
	tom
  Cc: linux-nfs, davem, edumazet, kuba, pabeni, horms, netdev,
	linux-kernel, Dr. David Alan Gilbert

From: "Dr. David Alan Gilbert" <linux@treblig.org>

Hi,
  This is a bunch of deadcoding around the sunrpc code.
This all removes whole functions/definitions/files
rather than changing any actual codepaths.

Dave

Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>

Dr. David Alan Gilbert (3):
  sunrpc: Remove unused xprt_iter_get_xprt
  sunrpc: Remove gss_generic_token deadcode
  sunrpc: Remove gss_{de,en}crypt_xdr_buf deadcode

 include/linux/sunrpc/gss_asn1.h         |  81 ---------
 include/linux/sunrpc/gss_krb5.h         |   1 -
 include/linux/sunrpc/xprtmultipath.h    |   1 -
 net/sunrpc/auth_gss/Makefile            |   2 +-
 net/sunrpc/auth_gss/gss_generic_token.c | 231 ------------------------
 net/sunrpc/auth_gss/gss_krb5_crypto.c   |  55 ------
 net/sunrpc/auth_gss/gss_krb5_internal.h |   7 -
 net/sunrpc/auth_gss/gss_mech_switch.c   |   1 -
 net/sunrpc/xprtmultipath.c              |  17 --
 9 files changed, 1 insertion(+), 395 deletions(-)
 delete mode 100644 include/linux/sunrpc/gss_asn1.h
 delete mode 100644 net/sunrpc/auth_gss/gss_generic_token.c

-- 
2.47.1


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-01-08 18:52 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-10  1:02 [PATCH 0/3] sunrpc: Deadcoding linux
2024-12-10  1:02 ` [PATCH 1/3] sunrpc: Remove unused xprt_iter_get_xprt linux
2025-01-08 18:06   ` Anna Schumaker
2024-12-10  1:02 ` [PATCH 2/3] sunrpc: Remove gss_generic_token deadcode linux
2024-12-10  1:02 ` [PATCH 3/3] sunrpc: Remove gss_{de,en}crypt_xdr_buf deadcode linux
2024-12-10 12:26 ` [PATCH 0/3] sunrpc: Deadcoding Jeff Layton
2025-01-08 18:51 ` cel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).