workqueue: make deferrable delayed_work initializer names consistent
[linux-2.6-block.git] / net / ipv4 / inetpeer.c
index e1e0a4e8fd3469f7534cdc65b7ba3312ad66fa39..7b55c8648d4b2e236bc545e28866f65b900bfcfe 100644 (file)
@@ -194,7 +194,7 @@ void __init inet_initpeers(void)
                        0, SLAB_HWCACHE_ALIGN | SLAB_PANIC,
                        NULL);
 
-       INIT_DELAYED_WORK_DEFERRABLE(&gc_work, inetpeer_gc_worker);
+       INIT_DEFERRABLE_WORK(&gc_work, inetpeer_gc_worker);
 }
 
 static int addr_compare(const struct inetpeer_addr *a,