From: Andrew Morton <akpm@osdl.org>

Very bad typo.  Please re-review all these patches, make sure there aren't any
more like this in there.

Cc: "David S. Miller" <davem@davemloft.net>
Cc: Nishanth Aravamudan <nacc@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 net/ipv4/ipconfig.c |    1 -
 1 files changed, 1 deletion(-)

diff -puN net/ipv4/ipconfig.c~net-fix-up-schedule_timeout-usage-fix net/ipv4/ipconfig.c
--- devel/net/ipv4/ipconfig.c~net-fix-up-schedule_timeout-usage-fix	2005-09-07 20:11:36.000000000 -0700
+++ devel-akpm/net/ipv4/ipconfig.c	2005-09-07 20:11:36.000000000 -0700
@@ -1104,7 +1104,6 @@ static int __init ic_dynamic(void)
 
 		jiff = jiffies + (d->next ? CONF_INTER_TIMEOUT : timeout);
 		while (time_before(jiffies, jiff) && !ic_got_reply)
-			set_current_state(TASK_UNINTERRUPTIBLE);
 			schedule_timeout_uninterruptible(1);
 #ifdef IPCONFIG_DHCP
 		/* DHCP isn't done until we get a DHCPACK. */
_