Messages in this thread |  | | Date | Tue, 26 Sep 2000 10:12:44 -0700 (PDT) | From | Linus Torvalds <> | Subject | Re: refill_inactive() |
| |
On Tue, 26 Sep 2000, Arjan van de Ven wrote: > > And the network-stack in net/core/sock.c:sock_alloc_send_skb which sounds > like a bug in this case, and might even be the cause of too many GFP_BUFFER > allocations in loads suchs as Ingo's.
Hey, good grepping.
That looks like just complete bogosity. The comment on what it actually wants is not at all what GFP_BUFFER actually does.
It should probably just be a GFP_USER (ie not the GFP_KERNEL "try very hard").
Linus
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/
|  |