summaryrefslogtreecommitdiff
path: root/include/net/flowcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/flowcache.h')
-rw-r--r--include/net/flowcache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/flowcache.h b/include/net/flowcache.h
index c8f665ec6e0d..9caf3bfc8d2d 100644
--- a/include/net/flowcache.h
+++ b/include/net/flowcache.h
@@ -17,7 +17,7 @@ struct flow_cache_percpu {
struct flow_cache {
u32 hash_shift;
struct flow_cache_percpu __percpu *percpu;
- struct notifier_block hotcpu_notifier;
+ struct hlist_node node;
int low_watermark;
int high_watermark;
struct timer_list rnd_timer;