]> Zhao Yanbai Git Server - minix.git/commit
make the asynsend table size NPROCS-dependent.
authorBen Gras <ben@minix3.org>
Fri, 1 Oct 2010 14:39:04 +0000 (14:39 +0000)
committerBen Gras <ben@minix3.org>
Fri, 1 Oct 2010 14:39:04 +0000 (14:39 +0000)
commit68de328ac186ae0b40960314a9701807f9f099a2
tree4e043942fdf6e7738ce86998df4fc6948622122c
parenta7072a5e1c06a1174624cbf6f53e37e1174a4bfc
make the asynsend table size NPROCS-dependent.

this is a fix for e.g. the situation where lots of processes die
instantly, and PM has to send an asyn msg for each one to VFS, and
panics if there are too many. there are likely more situations in
which this table should be dependent on the no. of processes.

reported by pikpik on #minix3.
lib/libsys/asynsend.c