From: Davidlohr Bueso Date: Tue, 20 Jan 2015 01:39:21 +0000 (-0800) Subject: locking/mutex: Explicitly mark task as running after wakeup X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~165^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51587bcf31d070119d37de6103543c807f5ccdb3;p=pandora-kernel.git locking/mutex: Explicitly mark task as running after wakeup By the time we wake up and get the lock after being asleep in the slowpath, we better be running. As good practice, be explicit about this and avoid any mischief. Signed-off-by: Davidlohr Bueso Signed-off-by: Peter Zijlstra (Intel) Cc: "Paul E. McKenney" Cc: Linus Torvalds Link: http://lkml.kernel.org/r/1421717961.4903.11.camel@stgolabs.net Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed