aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if.c
diff options
context:
space:
mode:
authorAndre Oppermann <andre@FreeBSD.org>2013-05-06 16:42:18 +0000
committerAndre Oppermann <andre@FreeBSD.org>2013-05-06 16:42:18 +0000
commitf89d4c3acfe13b50f4fff057f37151a300b00381 (patch)
treebc5a2ce870d8be82a3e6edc11f23760b66ef0c33 /sys/net/if.c
parente639aa9e4e4f8cf352b9f05ae5b7539bdd6e2125 (diff)
downloadsrc-f89d4c3acfe13b50f4fff057f37151a300b00381.tar.gz
src-f89d4c3acfe13b50f4fff057f37151a300b00381.zip
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.
Notes
Notes: svn path=/head/; revision=250300
Diffstat (limited to 'sys/net/if.c')
-rw-r--r--sys/net/if.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/if.c b/sys/net/if.c
index 39dc941a485a..dc5681ee6ce2 100644
--- a/sys/net/if.c
+++ b/sys/net/if.c
@@ -206,7 +206,7 @@ VNET_DEFINE(struct ifindex_entry *, ifindex_table);
* also to stablize it over long-running ioctls, without introducing priority
* inversions and deadlocks.
*/
-struct rwlock_padalign ifnet_rwlock;
+struct rwlock ifnet_rwlock;
struct sx ifnet_sxlock;
/*