90b5ce1 Fix hang due to gfs_log_dump.

Authored and Committed by rpeterso 15 years ago
    Fix hang due to gfs_log_dump.
    
    bz 495514
    
    Since function gfs_log_dump can call gfs_log_reserve,
    which can in turn call gfs_log_flush, we need to call it
    outside of the relatively new sd_log_flush_lock.
    
        
file modified
+10 -5