All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] rxrpc: remove unused static variables
@ 2016-10-21  8:59 Sebastian Andrzej Siewior
  0 siblings, 0 replies; 3+ messages in thread
From: Sebastian Andrzej Siewior @ 2016-10-21  8:59 UTC (permalink / raw)
  To: David Howells; +Cc: David S. Miller, netdev, tglx, Sebastian Andrzej Siewior

The rxrpc_security_methods and rxrpc_security_sem user has been removed
in 648af7fca159 ("rxrpc: Absorb the rxkad security module"). This was
noticed by kbuild test robot for the -RT tree but is also true for !RT.

Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
---
 net/rxrpc/security.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/net/rxrpc/security.c b/net/rxrpc/security.c
index 814d285ff802..d4d088e9be85 100644
--- a/net/rxrpc/security.c
+++ b/net/rxrpc/security.c
@@ -19,9 +19,6 @@
 #include <keys/rxrpc-type.h>
 #include "ar-internal.h"
 
-static LIST_HEAD(rxrpc_security_methods);
-static DECLARE_RWSEM(rxrpc_security_sem);
-
 static const struct rxrpc_security *rxrpc_security_types[] = {
 	[RXRPC_SECURITY_NONE]	= &rxrpc_no_security,
 #ifdef CONFIG_RXKAD
-- 
2.9.3

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

* Re: [PATCH] rxrpc: remove unused static variables
  2017-06-27 16:18 Sebastian Andrzej Siewior
@ 2017-06-29 16:42 ` David Miller
  0 siblings, 0 replies; 3+ messages in thread
From: David Miller @ 2017-06-29 16:42 UTC (permalink / raw)
  To: bigeasy; +Cc: tglx, dhowells, netdev

From: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Date: Tue, 27 Jun 2017 18:18:18 +0200

> The rxrpc_security_methods and rxrpc_security_sem user has been removed
> in 648af7fca159 ("rxrpc: Absorb the rxkad security module"). This was
> noticed by kbuild test robot for the -RT tree but is also true for !RT.
> 
> Reported-by: kbuild test robot <fengguang.wu@intel.com>
> Cc: "David S. Miller" <davem@davemloft.net>
> Cc: David Howells <dhowells@redhat.com>
> Cc: netdev@vger.kernel.org
> Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>

David H., are you going to take this into your tree?

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

* [PATCH] rxrpc: remove unused static variables
@ 2017-06-27 16:18 Sebastian Andrzej Siewior
  2017-06-29 16:42 ` David Miller
  0 siblings, 1 reply; 3+ messages in thread
From: Sebastian Andrzej Siewior @ 2017-06-27 16:18 UTC (permalink / raw)
  To: David S. Miller; +Cc: tglx, Sebastian Andrzej Siewior, David Howells, netdev

The rxrpc_security_methods and rxrpc_security_sem user has been removed
in 648af7fca159 ("rxrpc: Absorb the rxkad security module"). This was
noticed by kbuild test robot for the -RT tree but is also true for !RT.

Reported-by: kbuild test robot <fengguang.wu@intel.com>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: David Howells <dhowells@redhat.com>
Cc: netdev@vger.kernel.org
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
---
 net/rxrpc/security.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/net/rxrpc/security.c b/net/rxrpc/security.c
index 7d921e56e715..13df56a738e5 100644
--- a/net/rxrpc/security.c
+++ b/net/rxrpc/security.c
@@ -19,9 +19,6 @@
 #include <keys/rxrpc-type.h>
 #include "ar-internal.h"
 
-static LIST_HEAD(rxrpc_security_methods);
-static DECLARE_RWSEM(rxrpc_security_sem);
-
 static const struct rxrpc_security *rxrpc_security_types[] = {
 	[RXRPC_SECURITY_NONE]	= &rxrpc_no_security,
 #ifdef CONFIG_RXKAD
-- 
2.13.1

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

end of thread, other threads:[~2017-06-29 16:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-21  8:59 [PATCH] rxrpc: remove unused static variables Sebastian Andrzej Siewior
2017-06-27 16:18 Sebastian Andrzej Siewior
2017-06-29 16:42 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.