summaryrefslogtreecommitdiff
path: root/scripts/gen_compile_commands.py
diff options
context:
space:
mode:
authorLukas Czerner <lczerner@redhat.com>2019-03-15 07:15:32 +0300
committerTheodore Ts'o <tytso@mit.edu>2019-03-15 07:15:32 +0300
commitd64264d6218e6892edd832dc3a5a5857c2856c53 (patch)
tree74e45f6d49c954cbc67b645cfc9044ace4115ebf /scripts/gen_compile_commands.py
parent7cf77140777364d77b2b6e392e7e081a205a08c5 (diff)
downloadlinux-d64264d6218e6892edd832dc3a5a5857c2856c53.tar.xz
ext4: add missing brelse() in add_new_gdb_meta_bg()
Currently in add_new_gdb_meta_bg() there is a missing brelse of gdb_bh in case ext4_journal_get_write_access() fails. Additionally kvfree() is missing in the same error path. Fix it by moving the ext4_journal_get_write_access() before the ext4 sb update as Ted suggested and release n_group_desc and gdb_bh in case it fails. Fixes: 61a9c11e5e7a ("ext4: add missing brelse() add_new_gdb_meta_bg()'s error path") Signed-off-by: Lukas Czerner <lczerner@redhat.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'scripts/gen_compile_commands.py')
0 files changed, 0 insertions, 0 deletions