yaojun / sanlock

Forked from sanlock 2 months ago
Clone

b064a8e devcount: new pause/resume

Authored and Committed by teigland 13 years ago
    devcount: new pause/resume
    
    a last write from the rw process could hit disk after kill(SIGSTOP)
    returns in the parent.  Use a new method to pause the rw child
    process which should guarantee no last write after the parent
    completes the pause.
    
        
file modified
+128 -26