diff options
author | Theodore Ts'o <tytso@mit.edu> | 2020-11-07 00:00:49 -0500 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2020-11-07 00:09:08 -0500 |
commit | 05d5233df85e9621597c5838e95235107eb624a2 (patch) | |
tree | 3c5f4ed1c18416092dac29bd1a1a87d6f17ff843 /fs/cramfs | |
parent | fa329e27317f7f0762001b9fb1e76c387a9db25d (diff) |
jbd2: fix up sparse warnings in checkpoint code
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: 96f1e0974575 ("jbd2: avoid long hold times of j_state_lock...")
Cc: stable@kernel.org
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'fs/cramfs')
0 files changed, 0 insertions, 0 deletions