* [PATCH 4/10] net: use numa_node in net_devcice->dev instead of parent
@ 2007-07-23 20:05 Yinghai Lu
0 siblings, 0 replies; only message in thread
From: Yinghai Lu @ 2007-07-23 20:05 UTC (permalink / raw)
To: Andi Kleen, Andrew Morton; +Cc: Linux Kernel Mailing List, Stephen Hemminger
[PATCH 4/10] net: use numa_node in net_devcice->dev instead of parent
Signed-off-by: Yinghai Lu <yinghai.lu@sun.com>
diff --git a/net/core/skbuff.c b/net/core/skbuff.c
index 27cfe5f..005cc1c 100644
--- a/net/core/skbuff.c
+++ b/net/core/skbuff.c
@@ -217,7 +217,7 @@ nodata:
struct sk_buff *__netdev_alloc_skb(struct net_device *dev,
unsigned int length, gfp_t gfp_mask)
{
- int node = dev->dev.parent ? dev_to_node(dev->dev.parent) : -1;
+ int node = dev_to_node(&dev->dev);
struct sk_buff *skb;
skb = __alloc_skb(length + NET_SKB_PAD, gfp_mask, 0, node);
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-07-23 20:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-07-23 20:05 [PATCH 4/10] net: use numa_node in net_devcice->dev instead of parent Yinghai Lu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®