Commit f04f0b9c authored by David S. Miller's avatar David S. Miller

[IPV6]: linger member of ip6_flowlabel needs to be a long.

parent 5ef342f7
......@@ -193,7 +193,7 @@ struct ip6_flowlabel
struct in6_addr dst;
struct ipv6_txoptions *opt;
atomic_t users;
u32 linger;
unsigned long linger;
u8 share;
u32 owner;
unsigned long lastuse;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment