From: Nishanth Aravamudan Date: Mon, 12 Sep 2005 21:15:34 +0000 (-0700) Subject: [NET]: fix-up schedule_timeout() usage X-Git-Tag: v2.6.14-rc1~7^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=121caf577dc61588c1128821873a08cec48baf58;p=pandora-kernel.git [NET]: fix-up schedule_timeout() usage Use schedule_timeout_{,un}interruptible() instead of set_current_state()/schedule_timeout() to reduce kernel size. Also use human-time conversion functions instead of hard-coded division to avoid rounding issues. Signed-off-by: Nishanth Aravamudan Signed-off-by: Andrew Morton Signed-off-by: David S. Miller --- Reading git-diff-tree failed