• Andrew Morton's avatar
    [PATCH] JBD: fix race between journal_commit_transaction and · 2ab7407c
    Andrew Morton authored
    start_this_handle() can decide to add this handle to a transaction, but
    kjournald then moves the handle into commit phase.
    
    Extend the coverage of j_state_lock so that start_this_transaction()'s
    examination of journal->j_state is atomic wrt journal_commit_transaction().
    2ab7407c
commit.c 21.5 KB