OSDN Git Service

jbd2: add the missing unlock_buffer() in the error path of jbd2_write_superblock()
authorzhangyi (F) <yi.zhang@huawei.com>
Sat, 20 Jun 2020 06:19:48 +0000 (14:19 +0800)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 6 Aug 2020 04:15:58 +0000 (00:15 -0400)
commitef3f5830b859604eda8723c26d90ab23edc027a4
treeac33d8df2c61789f71d0ca1616002eb9e29d8da1
parent5872331b3d91820e14716632ebb56b1399b34fe1
jbd2: add the missing unlock_buffer() in the error path of jbd2_write_superblock()

jbd2_write_superblock() is under the buffer lock of journal superblock
before ending that superblock write, so add a missing unlock_buffer() in
in the error path before submitting buffer.

Fixes: 742b06b5628f ("jbd2: check superblock mapped prior to committing")
Signed-off-by: zhangyi (F) <yi.zhang@huawei.com>
Reviewed-by: Ritesh Harjani <riteshh@linux.ibm.com>
Cc: stable@kernel.org
Link: https://lore.kernel.org/r/20200620061948.2049579-1-yi.zhang@huawei.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/jbd2/journal.c