f520991 libsanlock: ignore EINTR

Authored and Committed by teigland 8 years ago
1 file changed. 80 lines added. 54 lines removed.
    libsanlock: ignore EINTR
    
    libsanlock calls were returning EINTR if there was a
    signal during send() or recv().  Now just restart the
    syscall on EINTR.
    
        
file modified
+80 -54