]> err.no Git - linux-2.6/blobdiff - net/core/skbuff.c
[TCP]: Fix TCP_OFF() bug check introduced by previous change.
[linux-2.6] / net / core / skbuff.c
index b853a9b29eb65552612bf9c64e9dd4691f545ae7..f80a28785610d62c180313310a47d2ad0fa11736 100644 (file)
@@ -68,8 +68,8 @@
 #include <asm/uaccess.h>
 #include <asm/system.h>
 
-static kmem_cache_t *skbuff_head_cache;
-static kmem_cache_t *skbuff_fclone_cache;
+static kmem_cache_t *skbuff_head_cache __read_mostly;
+static kmem_cache_t *skbuff_fclone_cache __read_mostly;
 
 struct timeval __read_mostly skb_tv_base;