Re: [PATCH net-next] lwtunnel: Make lwtun_encaps[] static

2015-07-30 Thread David Miller
From: Thomas Graf tg...@suug.ch Date: Wed, 29 Jul 2015 09:45:40 +0200 Any external user should use the registration API instead of accessing this directly. Cc: Roopa Prabhu ro...@cumulusnetworks.com Signed-off-by: Thomas Graf tg...@suug.ch Applied, thanks. -- To unsubscribe from this list:

Re: [PATCH net-next] lwtunnel: Make lwtun_encaps[] static

2015-07-29 Thread roopa
On 7/29/15, 12:45 AM, Thomas Graf wrote: Any external user should use the registration API instead of accessing this directly. Cc: Roopa Prabhu ro...@cumulusnetworks.com Signed-off-by: Thomas Graf tg...@suug.ch Acked-by: Roopa Prabhu ro...@cumulusnetworks.com thanks. ---

[PATCH net-next] lwtunnel: Make lwtun_encaps[] static

2015-07-29 Thread Thomas Graf
Any external user should use the registration API instead of accessing this directly. Cc: Roopa Prabhu ro...@cumulusnetworks.com Signed-off-by: Thomas Graf tg...@suug.ch --- include/net/lwtunnel.h | 3 --- net/core/lwtunnel.c| 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git