NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: kern/55664: rump race condition
Christos, thank you for merging this change! Just one comment. Since
sleepq_destroy() is a macro for the kernel, should it also be a macro
for rump to be consistent in its sleeptab.h? Something like this:
#define sleepq_destroy(a) (cv_destroy(&(a)->sq_cv))
Also wanted to let you know that I have just posted another problem and
patch to kern/55777. I� have one more fix for rump SMP which I will post
shortly after that.
Home |
Main Index |
Thread Index |
Old Index