[AFS3-std] updated extended callback draft

Chaskiel M Grundman cg2v@andrew.cmu.edu
Tue, 28 Oct 2008 15:44:15 -0400 (EDT)


>
> That's supposed to be handled by implementing a write barrier on lock
> release.  Tom had indicated this in conversation, too.
That already happens. releasing a write lock does write back the contents
before releasing the lock. how is client 1 supposed to implement the
corresponding read barrier if callback delivery is not synchronous? Do you
want it to do an extra fetchstatus after the lock succeeds?
>