From: Nishanth Aravamudan Date: Sat, 10 Sep 2005 07:27:25 +0000 (-0700) Subject: [PATCH] mm: fix-up schedule_timeout() usage X-Git-Tag: v2.6.14-rc1~152 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13e4b57f6a4e23ceb99794a650d777e74831f4a6;p=pandora-kernel.git [PATCH] mm: fix-up schedule_timeout() usage Use schedule_timeout_{,un}interruptible() instead of set_current_state()/schedule_timeout() to reduce kernel size. Signed-off-by: Nishanth Aravamudan Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed