]> Zhao Yanbai Git Server - minix.git/commit
VFS : simplification of handling asyn selects
authorTomas Hruby <tom@minix3.org>
Mon, 20 Feb 2012 13:16:58 +0000 (13:16 +0000)
committerTomas Hruby <tom@minix3.org>
Fri, 2 Mar 2012 15:44:48 +0000 (15:44 +0000)
commitf19d8df184641ecbb951ba983b39a5ef97be52a4
tree4da0ce757932da03a2697e7ae9b42bc2b8e89776
parent369a12704f489199d41511822b1a41e10406841e
VFS : simplification of handling asyn selects

- select_request_async() returns no ops by default

- wantops in do_select() always set correctly, do_select() does
  not need a special case for SUSPEND (and ugly code)
servers/vfs/select.c