1
0
Fork 0

net: make struct request_sock_ops::obj_size unsigned

This field is sizeof of corresponding kmem_cache so it can't be negative.

Space will be saved after 32-bit kmem_cache_create() patch.

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
hifive-unleashed-5.1
Alexey Dobriyan 2017-05-23 00:21:39 +03:00 committed by David S. Miller
parent 4c0ebd6fed
commit 417ccf6b5b
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ struct proto;
struct request_sock_ops {
int family;
int obj_size;
unsigned int obj_size;
struct kmem_cache *slab;
char *slab_name;
int (*rtx_syn_ack)(const struct sock *sk,