]> Zhao Yanbai Git Server - minix.git/commit
VFS: add debug dump for select 43/3343/1
authorDavid van Moolenbroek <david@minix3.org>
Thu, 4 Aug 2016 16:12:54 +0000 (16:12 +0000)
committerDavid van Moolenbroek <david@minix3.org>
Fri, 5 Aug 2016 11:14:09 +0000 (11:14 +0000)
commit63faa8fe9abcd4072509fe1651d9212d52adc78b
treeed9bafed205268d10c575c83191b16d094f80e86
parent2ff64318e25700b5f55a95b9feecb542e1653175
VFS: add debug dump for select

By now it has become clear that the VFS select code has an unusually
high concentration of bugs, and there is no indication that any form
of convergence to a bug-free state is in sight.  Thus, for now, it
may be helpful to be able to dump the contents of the select tables
in order to track down any bugs in the future.  Hopefully that will
allow the next bugs to be resolved slightly after than before.

The debug dump can be triggered with "svrctl vfs get print_select".

Change-Id: Ia826746dce0f065d7f3b46aa9047945067b8263d
minix/servers/vfs/misc.c
minix/servers/vfs/proto.h
minix/servers/vfs/select.c