From: Nishanth Aravamudan Date: Sat, 10 Sep 2005 07:27:23 +0000 (-0700) Subject: [PATCH] fs: fix-up schedule_timeout() usage X-Git-Tag: v2.6.14-rc1~154 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=041e0e3b1970c508dc9a95b7dd9dc86271a7d7ac;p=pandora-kernel.git [PATCH] fs: fix-up schedule_timeout() usage Use schedule_timeout_{,un}interruptible() instead of set_current_state()/schedule_timeout() to reduce kernel size. Also use helper functions to convert between human time units and jiffies rather than constant HZ division to avoid rounding errors. Signed-off-by: Nishanth Aravamudan Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed