3dfadd3 NFS over GFS problem - invalid metadata block

Authored and Committed by rpeterso 13 years ago
    NFS over GFS problem - invalid metadata block
    
    This patch fixes a problem whereby GFS read-ahead was interfering
    with GFS write requests by continuously re-trying the read-aheads.
    The patch reduces the extra read-aheads so that the read-ahead for
    each block is only done once for any given write request.
    
    rhbz#515267
    
        
file modified
+8 -4
file modified
+1 -1
file modified
+9 -3