]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/dccp/minisocks.c
[NET]: SPIN_LOCK_UNLOCKED cleanup in drivers/atm, net
[net-next-2.6.git] / net / dccp / minisocks.c
index 6d235b3013dd3262b8185fa61e06690bad6eccc9..e18e249ac49b5974ed7bc9d6f788988e78fb1ea8 100644 (file)
@@ -27,7 +27,7 @@
 struct inet_timewait_death_row dccp_death_row = {
        .sysctl_max_tw_buckets = NR_FILE * 2,
        .period         = DCCP_TIMEWAIT_LEN / INET_TWDR_TWKILL_SLOTS,
-       .death_lock     = SPIN_LOCK_UNLOCKED,
+       .death_lock     = __SPIN_LOCK_UNLOCKED(dccp_death_row.death_lock),
        .hashinfo       = &dccp_hashinfo,
        .tw_timer       = TIMER_INITIALIZER(inet_twdr_hangman, 0,
                                            (unsigned long)&dccp_death_row),