commit | 18d8362d517cb2bd97761294924fe6c2a6ee5e3c | [log] [tgz] |
---|---|---|
author | Andrew Morton <akpm@linux-foundation.org> | Wed May 09 02:33:39 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Wed May 09 12:30:49 2007 -0700 |
tree | fff49e54cb725ba33ddf4453fb866838ad6ceeca | |
parent | ae030e435f5400cff77c52506a8d3d7278f0947c [diff] |
mutex_lock_interruptible(): add __must_check It's not sane to use mutex_lock_interruptible() and to then ignore the result. Ditto down_interruptible(), but I'm lazy. Cc: Ingo Molnar <mingo@elte.hu> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>