summaryrefslogtreecommitdiff
path: root/sys/dev/usb/uaudio.c
diff options
context:
space:
mode:
authorClaudio Jeker <claudio@cvs.openbsd.org>2014-06-04 07:58:15 +0000
committerClaudio Jeker <claudio@cvs.openbsd.org>2014-06-04 07:58:15 +0000
commitd078b491a53d016c4f2820721411619c5e6da8a2 (patch)
tree8d26f19fc8690d73d78eb6f21890a3a3e8dacd0c /sys/dev/usb/uaudio.c
parentc5febaeadf7498c94cd75a988e880171d1e2a91f (diff)
While it may be smart to use the radix tree for exports it is not OK to
use the domain specific tree initialisation method for this since that one is multipath enabled and assumes that the radix node is part of a struct rtentry. This code uses a different struct and so the multipath modifies wrong fields and breaks stuff in mysterious ways. Since we only support AF_INET here anyway simplify the code and only have one radix_node_head pointer instead of AF_MAX ones. Fixes NFS server issues reported by rpe@, OK rpe@, guenther@, sthen@
Diffstat (limited to 'sys/dev/usb/uaudio.c')
0 files changed, 0 insertions, 0 deletions