summaryrefslogtreecommitdiff
path: root/fs/seq_file.c
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2020-11-07 08:00:49 +0300
committerTheodore Ts'o <tytso@mit.edu>2020-11-07 08:09:08 +0300
commit05d5233df85e9621597c5838e95235107eb624a2 (patch)
tree3c5f4ed1c18416092dac29bd1a1a87d6f17ff843 /fs/seq_file.c
parentfa329e27317f7f0762001b9fb1e76c387a9db25d (diff)
downloadlinux-05d5233df85e9621597c5838e95235107eb624a2.tar.xz
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/seq_file.c')
0 files changed, 0 insertions, 0 deletions