diff options
author | Mike Belopuhov <mikeb@cvs.openbsd.org> | 2017-06-02 20:25:51 +0000 |
---|---|---|
committer | Mike Belopuhov <mikeb@cvs.openbsd.org> | 2017-06-02 20:25:51 +0000 |
commit | 6f82b06c0ac5c52459be367885599fbe72956f40 (patch) | |
tree | ffbfbea1edb3a0dddea34b6ae3fd4472369f900e /usr.sbin/ypldap | |
parent | c1ebcf148b606d29817e85a5f022a3f3f4f7cc6c (diff) |
Perform grant table page allocation outside of the table mutex
witness(4) has found that km_alloc will trigger an rw_enter via uvm_map
and vm_map_lock. While rw_enter is called with RW_SLEEPFAIL, there's
also an msleep in there, so it's easier to avoid getting in the middle
of that.
Diffstat (limited to 'usr.sbin/ypldap')
0 files changed, 0 insertions, 0 deletions