]> Zhao Yanbai Git Server - minix.git/commit
PFS: remember request information for IOCTLs 46/946/2
authorDavid van Moolenbroek <david@minix3.org>
Fri, 30 Aug 2013 10:18:27 +0000 (12:18 +0200)
committerLionel Sambuc <lionel@minix3.org>
Tue, 18 Feb 2014 10:25:02 +0000 (11:25 +0100)
commit784cdd4d072a73706f6c5332d82180cfdd1c2c5b
treeb01ef084ce87e24f6e9bce5a09561e91300b2c23
parent6331e8f845c0bb82b87270fe845cc88531c3ff1b
PFS: remember request information for IOCTLs

Not doing so caused PFS to commit protocol violations by relying on
stale information when sending replies. This stale information always
happened to be correct, which is why the problem went unnoticed.
Change-Id: Ia42ca670718d6e731193cd2c34a3ff455f8a94d3
servers/pfs/dev_uds.c