[PATCH] mark mutex_lock*() as might_sleep()
authorIngo Molnar <mingo@elte.hu>
Tue, 10 Jan 2006 21:10:36 +0000 (22:10 +0100)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 10 Jan 2006 21:20:47 +0000 (13:20 -0800)
commitc544bdb1999e04eb10035f1c3262a103859d94b2
treed74db41598a405ca35df45553715cf15758127da
parent73165b88ffd29813bf73b331eaf90d3521443236
[PATCH] mark mutex_lock*() as might_sleep()

Mark mutex_lock() and mutex_lock_interruptible() as might_sleep()
functions.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
kernel/mutex.c