]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/net/flowcache.h
Revert "kdump, vmcoreinfo: report memory sections virtual addresses"
[karo-tx-linux.git] / include / net / flowcache.h
index c8f665ec6e0d3d5249a7dd48dcaee41cb9b895dc..9caf3bfc8d2dafcc89064ec54e78682244d71fb7 100644 (file)
@@ -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;