• Andrew Morton's avatar
    [PATCH] JBD: hold onto j_state_lock after · 3e3eb8d8
    Andrew Morton authored
    Minro tweak: once log_wait_for_space() has created sufficient space in the
    journal to start the new handle, hang onto the spinlock as
    start_this_handle() loops around to reevaluate the journal's state.
    
    It prevents anyone else from zooming in and stealing the space we just made.
    3e3eb8d8
transaction.c 62.6 KB