lvs-devel
|
To: | Julian Anastasov <ja@xxxxxx> |
---|---|
Subject: | Re: [PATCH] netfilter: ipvs: avoid unused variable warning |
Cc: | Arnd Bergmann <arnd@xxxxxxxx>, Wensong Zhang <wensong@xxxxxxxxxxxx>, lvs-devel@xxxxxxxxxxxxxxx, Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx>, Patrick McHardy <kaber@xxxxxxxxx>, Jozsef Kadlecsik <kadlec@xxxxxxxxxxxxxxxxx>, "David S. Miller" <davem@xxxxxxxxxxxxx>, netdev@xxxxxxxxxxxxxxx, netfilter-devel@xxxxxxxxxxxxxxx, coreteam@xxxxxxxxxxxxx |
From: | Simon Horman <horms@xxxxxxxxxxxx> |
Date: | Tue, 1 Dec 2015 16:48:59 +0900 |
On Mon, Nov 30, 2015 at 10:48:34PM +0200, Julian Anastasov wrote: > > Hello, > > On Mon, 30 Nov 2015, Arnd Bergmann wrote: > > > When CONFIG_PROC_FS is disabled, the local 'net' variable in > > ip_vs_app_net_init becomes unused, as gcc warns: > > > > net/netfilter/ipvs/ip_vs_app.c: In function 'ip_vs_app_net_init': > > net/netfilter/ipvs/ip_vs_app.c:608:14: warning: unused variable 'net' > > [-Wunused-variable] > > > > This removes the line by moving the pointer dereference into the > > user of the variable. > > > > Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx> > > Acked-by: Julian Anastasov <ja@xxxxxx> Thanks, applied to ipvs-next. -- To unsubscribe from this list: send the line "unsubscribe lvs-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html |
<Prev in Thread] | Current Thread | [Next in Thread> |
---|---|---|
|
Previous by Date: | Re: [PATCH] netfilter: ipvs: avoid unused variable warning, Julian Anastasov |
---|---|
Previous by Thread: | Re: [PATCH] netfilter: ipvs: avoid unused variable warning, Julian Anastasov |
Indexes: | [Date] [Thread] [Top] [All Lists] |