06a26b6 Ticket 509 - lock-free access to be->be_suffixlock

Authored and Committed by mreynolds 11 years ago
    Ticket 509 - lock-free access to be->be_suffixlock
    
    Bug Description:  Remove locking around the be_suffixcount
    
    Fix Description:  Use atomic counter for the suffix count, and remove
                      the lock.  The "count" is all we need to safely transverse
                      the array.
    
    https://fedorahosted.org/389/ticket/509
    
    Reviewed by: Ludwig & richm(Thanks!)
    
        
file modified
+18 -16
file modified
+1 -1