diff options
author | andre <andre@FreeBSD.org> | 2013-05-06 16:42:18 +0000 |
---|---|---|
committer | andre <andre@FreeBSD.org> | 2013-05-06 16:42:18 +0000 |
commit | cc8c6e4d0185c640c9d03ed2804e3020ff84fed0 (patch) | |
tree | bc5a2ce870d8be82a3e6edc11f23760b66ef0c33 /sys/net/if_llatbl.c | |
parent | 1734db112abe08b1a5ac14f46a78473dc350eb64 (diff) | |
download | FreeBSD-src-cc8c6e4d0185c640c9d03ed2804e3020ff84fed0.zip FreeBSD-src-cc8c6e4d0185c640c9d03ed2804e3020ff84fed0.tar.gz |
Back out r249318, r249320 and r249327 due to a heisenbug most
likely related to a race condition in the ipi_hash_lock with
the exact cause currently unknown but under investigation.
Diffstat (limited to 'sys/net/if_llatbl.c')
-rw-r--r-- | sys/net/if_llatbl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/if_llatbl.c b/sys/net/if_llatbl.c index f19f6cf..84ea6c6 100644 --- a/sys/net/if_llatbl.c +++ b/sys/net/if_llatbl.c @@ -67,7 +67,7 @@ static VNET_DEFINE(SLIST_HEAD(, lltable), lltables); static void vnet_lltable_init(void); -struct rwlock_padalign lltable_rwlock; +struct rwlock lltable_rwlock; RW_SYSINIT(lltable_rwlock, &lltable_rwlock, "lltable_rwlock"); /* |