aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jbd2/commit.c
diff options
context:
space:
mode:
authorKemeng Shi <[email protected]>2024-05-14 11:24:36 +0000
committerTheodore Ts'o <[email protected]>2024-06-27 14:20:26 +0000
commitd5c545735aa0d6443460ac407d35f8fa235d5102 (patch)
treed3f46b249696a9382d8164211f4adc8ec3a6cbb5 /fs/jbd2/commit.c
parentjbd2: use bh_in instead of jh2bh(jh_in) to simplify code (diff)
downloadkernel-d5c545735aa0d6443460ac407d35f8fa235d5102.tar.gz
kernel-d5c545735aa0d6443460ac407d35f8fa235d5102.zip
jbd2: remove dead equality check of j_commit_[sequence/request] in kjournald2
The j_commit_[sequence/request] are updated with j_state_lock held during runtime. In kjournald2, two equality checks of j_commit_[sequence/request] are under the same j_state_lock, then the second check is unnecessary. Signed-off-by: Kemeng Shi <[email protected]> Reviewed-by: Zhang Yi <[email protected]> Reviewed-by: Jan Kara <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Theodore Ts'o <[email protected]>
Diffstat (limited to 'fs/jbd2/commit.c')
0 files changed, 0 insertions, 0 deletions