Re: Error during compile of 2.5.69-mm8

David S. Miller (davem@redhat.com)
Thu, 22 May 2003 16:05:31 -0700 (PDT)


From: Andrew Morton <akpm@digeo.com>
Date: Thu, 22 May 2003 16:02:18 -0700

Looks like David converted this macro into a no-op, then moved it into
netdevice.h.

Problem is, some non-network drivers were using it too.

They shouldn't, it's backwards compatability crap for net drivers
only. Use explicit ->owner references elsewhere.

Maybe we should put it back the way it was and go edit all the netdrivers?

Absolutely not.

Yoshfuji posted a patch on linux-kernel to fix this already.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/