From: Andrew Morton Very bad typo. Please re-review all these patches, make sure there aren't any more like this in there. Cc: "David S. Miller" Cc: Nishanth Aravamudan Signed-off-by: Andrew Morton --- 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 --- 25/net/ipv4/ipconfig.c~net-fix-up-schedule_timeout-usage-fix Wed Aug 17 17:00:21 2005 +++ 25-akpm/net/ipv4/ipconfig.c Wed Aug 17 17:00:21 2005 @@ -1103,7 +1103,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. */ _