Loading net/ipv6/route.c +1 −1 Original line number Diff line number Diff line Loading @@ -1732,7 +1732,7 @@ int inet6_dump_fib(struct sk_buff *skb, struct netlink_callback *cb) /* * 2. allocate and initialize walker. */ w = kmalloc(sizeof(*w), GFP_KERNEL); w = kmalloc(sizeof(*w), GFP_ATOMIC); if (w == NULL) return -ENOMEM; RT6_TRACE("dump<%p", w); Loading Loading
net/ipv6/route.c +1 −1 Original line number Diff line number Diff line Loading @@ -1732,7 +1732,7 @@ int inet6_dump_fib(struct sk_buff *skb, struct netlink_callback *cb) /* * 2. allocate and initialize walker. */ w = kmalloc(sizeof(*w), GFP_KERNEL); w = kmalloc(sizeof(*w), GFP_ATOMIC); if (w == NULL) return -ENOMEM; RT6_TRACE("dump<%p", w); Loading