From: Nishanth Aravamudan Date: Sat, 10 Sep 2005 07:27:21 +0000 (-0700) Subject: [PATCH] add schedule_timeout_{,un}interruptible() interfaces X-Git-Tag: v2.6.14-rc1~157 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64ed93a268bc18fa6f72f61420d0e0022c5e38d1;p=pandora-kernel.git [PATCH] add schedule_timeout_{,un}interruptible() interfaces Add schedule_timeout_{,un}interruptible() interfaces so that schedule_timeout() callers don't have to worry about forgetting to add the set_current_state() call beforehand. Signed-off-by: Nishanth Aravamudan Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed