]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/x25/x25_dev.c
[SCSI] libsas: misc fixes to the eh path
[linux-2.6-omap-h63xx.git] / net / x25 / x25_dev.c
index 848a6b6f90a658d98167916e3d118a1907df28ba..f0679d283110885e4e7f29f7358e07df3c753e49 100644 (file)
@@ -95,6 +95,9 @@ int x25_lapb_receive_frame(struct sk_buff *skb, struct net_device *dev,
        struct sk_buff *nskb;
        struct x25_neigh *nb;
 
+       if (dev->nd_net != &init_net)
+               goto drop;
+
        nskb = skb_copy(skb, GFP_ATOMIC);
        if (!nskb)
                goto drop;