Clean up a really messy cross reference where a macro cls_set_class in pkt_sched.h would point to a function tcf_set_class in cls_api.c that uses a inlined function __cls_set_class in pkt_sched.h aga
Thanks. I wonder how this lock could get in there. Remove bogus lock and make cls_set_class return unsigned long. Signed-off-by: Thomas Graf <tgraf@xxxxxxx> -- linux-2.6.10-rc1-bk1.orig/include/net/
I investigated this bug a bit more to find out why the kernel didn't lock up during my tests and it seems this lock somehow made it into while rediffing to split it up into multiple patches. Sorry f