b933e4 - Fix a race between mounting a share and updating the cache in the parent

Authored and Committed by Jeffrey E. Moyer 19 years ago
1 file changed. 10 lines added. 1 lines removed.
    - Fix a race between mounting a share and updating the cache in the parent
        process. If the mount completed first, the parent would not expire the
        stale entry, leaving it first on the list. This causes map updates to
        not be recognized (well, worse, they are recognized after the first
        expire, but not subsequent ones). Fixes a regression, bug #137026
        (rhel3 bug).
    
        
file modified
+10 -1