public inbox for kernel-janitors@vger.kernel.org
 help / color / mirror / Atom feed
* [nf-next:mmap-netlink 65/68] net/netfilter/nfnetlink_queue_core.c:407:23: warning: unused variable '
@ 2012-07-12 23:51 Fengguang Wu
  2012-07-13  8:37 ` [nf-next:mmap-netlink 65/68] net/netfilter/nfnetlink_queue_core.c:407:23: warning: unused variab Florian Westphal
  2012-07-13  8:50 ` Pablo Neira Ayuso
  0 siblings, 2 replies; 3+ messages in thread
From: Fengguang Wu @ 2012-07-12 23:51 UTC (permalink / raw)
  To: kernel-janitors

Hi Florian,

There are new compile warnings show up in

tree:   git://150.214.188.80/nf-next mmap-netlink
head:   c7e7243d0b69e2323dde057c28f1102d00e5a3c6
commit: b55f8ac10d3ef4c4379afabaa1f766de4d81a8a5 [65/68] nfqueue: extend spinlocked section for mmap'd sockets

All warnings:

net/netfilter/nfnetlink_queue_core.c: In function 'nfqnl_enqueue_packet':
net/netfilter/nfnetlink_queue_core.c:407:23: warning: unused variable 'size' [-Wunused-variable]

vim +407 net/netfilter/nfnetlink_queue_core.c
   404		int err = -ENOBUFS;
   405		int failopen = 0;
   406		struct sk_buff *entskb = entry->skb;
 > 407		size_t data_len = 0, size;
   408	
   409		/* rcu_read_lock()ed by nf_hook_slow() */
   410		queue = instance_lookup(queuenum);

---
0-DAY kernel build testing backend         Open Source Technology Centre
Fengguang Wu <wfg@linux.intel.com>                     Intel Corporation

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

end of thread, other threads:[~2012-07-13  8:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-12 23:51 [nf-next:mmap-netlink 65/68] net/netfilter/nfnetlink_queue_core.c:407:23: warning: unused variable ' Fengguang Wu
2012-07-13  8:37 ` [nf-next:mmap-netlink 65/68] net/netfilter/nfnetlink_queue_core.c:407:23: warning: unused variab Florian Westphal
2012-07-13  8:50 ` Pablo Neira Ayuso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox