]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - net/core/skbuff.c
net: make struct napi_alloc_cache::skb_count unsigned int
[mirror_ubuntu-bionic-kernel.git] / net / core / skbuff.c
index 0b2a6e94af2de73ed638634c47a0fb71e2cbc1cb..4c96cb18c214c38cf59c1f77f92078d1e41888f0 100644 (file)
@@ -354,7 +354,7 @@ EXPORT_SYMBOL(build_skb);
 
 struct napi_alloc_cache {
        struct page_frag_cache page;
-       size_t skb_count;
+       unsigned int skb_count;
        void *skb_cache[NAPI_SKB_CACHE_SIZE];
 };