Re: Please back out the bluetooth sysfs support

From: David S. Miller
Date: Tue Feb 24 2004 - 13:04:49 EST


On Tue, 24 Feb 2004 12:20:01 +0100
Marcel Holtmann <marcel@xxxxxxxxxxxx> wrote:

> > > > - skb->dev = (void *) &bfusb->hdev;
> > > > + skb->dev = (void *) bfusb->hdev;
> > >
> > > Wait a bloody minute. skb->dev is supposed to be net_device; what's going
> > > on here?
> >
> > Oh yeah, this is busted.
> > I'm surprised this doesn't explode.
>
> we used this from the beginning and I don't see where this can explode,
> because the SKB's are only used inside the Bluetooth subsystem.

Ok, if that is %100 true, then it's OK.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/