Author :
kettenis
Date :
2020-09-26 15:15:22
Hash :2659a4f5 Message :Remove the PR_WAITOK flag from the ucred_pool. The pool items are small
enough that this pool uses the single page allocator for which PR_WAITOK
is a no-op. However it presence suggests that pool_put(9) may sleep.
The single page allocator will never actually do that.
This makes it obvious that refreshcreds() will not sleep.
ok deraadt@, visa@