]> arthur.barton.de Git - netatalk.git/commit
Fix a race condition on reading and writing data to the same fork. Also,
authorjmarcus <jmarcus>
Sun, 3 Feb 2002 04:57:38 +0000 (04:57 +0000)
committerjmarcus <jmarcus>
Sun, 3 Feb 2002 04:57:38 +0000 (04:57 +0000)
commit5ed735048bdad03ba5d0d5302c3fb5b75b07a2a4
tree146c6c8d9f671fad5a5aa28416961d9512ab7dfd
parent8e62e5187473e64e21594b5da58b783425520a75
Fix a race condition on reading and writing data to the same fork.  Also,
correct a lock contention issue where one afpd process could lock a
byte region, and then only unlock part of that region.  The next afpd
process to access the same reason would receive AFPERR_LOCK.  Submitted by
didier <dgautheron@magic.fr>.
etc/afpd/fork.c