• Andrew Morton's avatar
    [PATCH] JBD: rename journal_unlock_journal_head to · eacf9510
    Andrew Morton authored
    journal_unlock_journal_head() is misnamed: what it does is to drop a ref on
    the journal_head and free it if that ref fell to zero.  It doesn't actually
    unlock anything.
    
    Rename it to journal_put_journal_head().
    eacf9510
commit.c 21.4 KB