]> Zhao Yanbai Git Server - minix.git/commit
PFS: unblock the child when unsuspending an accept 74/774/3
authorDavid van Moolenbroek <david@minix3.org>
Tue, 20 Aug 2013 23:05:05 +0000 (01:05 +0200)
committerGerrit Code Review <gerrit@gerrit>
Wed, 21 Aug 2013 09:12:48 +0000 (11:12 +0200)
commit5c584cedf8d3cc192a5d04da3fade7ee63f6bf3a
tree4dad06bcc7087ee18668e5d22de1432cdb74cbf6
parent60f1a5f28000f21dd4abffd1155344f85bda9425
PFS: unblock the child when unsuspending an accept

Previously, PFS would incorrectly try to unsuspend the parent (i.e.,
the listening socket), resulting in the child hanging until the other
side performed another action. Test56 started failing on this now.

Change-Id: I231ac5481c83ac45951d33aeecc8149273f48b11
servers/pfs/uds.c