mutex_unlock() in interrupt context

From: Jerry Cooperstein
Date: Fri Jul 13 2007 - 20:41:37 EST


kernel/mutex.c says about mutex_unlock():

* This function must not be used in interrupt context.

However I have done some simple test cases that show
it works without complaint. Now I understand that one
shouldn't do this for good reasons. So is this a
good coding practice rule, but something that
could appear in sloppy or poorly designed code?

Jerry Cooperstein
Axian, Inc., Software Consulting and Training

-
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/