CVSROOT:        /cvs
Module name:    src
Changes by:     clau...@cvs.openbsd.org 2014/06/04 01:58:14

Modified files:
        sys/kern       : vfs_subr.c 
        sys/sys        : mount.h 

Log message:
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@

Reply via email to