Searched hist:c9e87161cc621cbdcfc472fa0b2d81c63780c8f5 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/ext4/ |
H A D | resize.c | diff c9e87161cc621cbdcfc472fa0b2d81c63780c8f5 Fri Aug 28 21:54:02 CDT 2020 Dinghao Liu <dinghao.liu@zju.edu.cn> ext4: fix error handling code in add_new_gdb
When ext4_journal_get_write_access() fails, we should terminate the execution flow and release n_group_desc, iloc.bh, dind and gdb_bh.
Cc: stable@kernel.org Signed-off-by: Dinghao Liu <dinghao.liu@zju.edu.cn> Reviewed-by: Andreas Dilger <adilger@dilger.ca> Link: https://lore.kernel.org/r/20200829025403.3139-1-dinghao.liu@zju.edu.cn Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|