• T
    jbd2: fix up sparse warnings in checkpoint code · 05d5233d
    Theodore Ts'o 提交于
    Add missing __acquires() and __releases() annotations.  Also, in an
    "this should never happen" WARN_ON check, if it *does* actually
    happen, we need to release j_state_lock since this function is always
    supposed to release that lock.  Otherwise, things will quickly grind
    to a halt after the WARN_ON trips.
    
    Fixes: 96f1e097 ("jbd2: avoid long hold times of j_state_lock...")
    Cc: stable@kernel.org
    Signed-off-by: NTheodore Ts'o <tytso@mit.edu>
    05d5233d
transaction.c 84.8 KB