mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-25 05:04:09 +08:00
netfilter: remove unused variable
warning: ‘recent_old_fops’ defined but not used Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
8916829366
commit
3754b87a4e
@ -106,7 +106,7 @@ static DEFINE_SPINLOCK(recent_lock);
|
|||||||
static DEFINE_MUTEX(recent_mutex);
|
static DEFINE_MUTEX(recent_mutex);
|
||||||
|
|
||||||
#ifdef CONFIG_PROC_FS
|
#ifdef CONFIG_PROC_FS
|
||||||
static const struct file_operations recent_old_fops, recent_mt_fops;
|
static const struct file_operations recent_mt_fops;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static u_int32_t hash_rnd __read_mostly;
|
static u_int32_t hash_rnd __read_mostly;
|
||||||
|
Loading…
Reference in New Issue
Block a user