]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: avoid possible double brelse() in add_new_gdb() on error path
authorTheodore Ts'o <tytso@mit.edu>
Tue, 6 Nov 2018 22:18:17 +0000 (17:18 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 6 Nov 2018 22:18:17 +0000 (17:18 -0500)
commit43de3f2222609842c2cf08f2276dde8110914f40
tree1462be3323e4f6ddf1d4d805ca1a8a0c00a0aba8
parentf7296e7b73788ce3309278a13d0bb65e2b2ac4d5
ext4: avoid possible double brelse() in add_new_gdb() on error path

Fixes: d88a7440d164 ("ext4: add error checking to calls to ...")
Reported-by: Vasily Averin <vvs@virtuozzo.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Cc: stable@kernel.org # 2.6.38
fs/ext4/resize.c