From: Oleg Nesterov Date: Sun, 8 Jun 2008 17:20:42 +0000 (+0400) Subject: __mutex_lock_common: use signal_pending_state() X-Git-Tag: v2.6.27-rc1~1100^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ad36762d7a88d747f6fed95194b4f7ff5da8df4;p=pandora-kernel.git __mutex_lock_common: use signal_pending_state() Change __mutex_lock_common() to use signal_pending_state() for the sake of the code re-use. This adds 7 bytes to kernel/mutex.o, but afaics only because gcc isn't smart enough. (btw, uninlining of __mutex_lock_common() shrinks .text from 2722 to 1542, perhaps it is worth doing). Signed-off-by: Oleg Nesterov Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed