]> Zhao Yanbai Git Server - minix.git/commit
vfs: call pipe_check before reviving select()
authorBen Gras <ben@minix3.org>
Wed, 5 Mar 2014 14:12:54 +0000 (15:12 +0100)
committerLionel Sambuc <lionel@minix3.org>
Mon, 28 Jul 2014 15:05:14 +0000 (17:05 +0200)
commit013226c417480e0645e83b8ca4ef7cfe64614446
treea3400e604320ea58d44373fe2e9253f08031b4f3
parent3f38115c7b642bc4dee7eeb62bfd44373edce878
vfs: call pipe_check before reviving select()

. select callback on close() on a pipe
  would falsely revive a read-select on
  the pipe
. the extra pipe_check catches it
. fixes the new import of the netbsd
  make in -j N mode (make jobs that communicate
  with pipes)
servers/vfs/pipe.c