From: Andrew Morton Date: Wed, 9 May 2007 09:33:39 +0000 (-0700) Subject: mutex_lock_interruptible(): add __must_check X-Git-Tag: v2.6.22-rc1~263 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18d8362d517cb2bd97761294924fe6c2a6ee5e3c;p=pandora-kernel.git 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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed