mbox series

[v2,0/2] ext4: fix buffer references leak problem

Message ID 1552633813-42832-1-git-send-email-yi.zhang@huawei.com
Headers show
Series ext4: fix buffer references leak problem | expand

Message

Zhang Yi March 15, 2019, 7:10 a.m. UTC
Hi,

This patch set want to fix a buffer references leak problem in
ext4_ind_remove_space() and do some cleanup of the releasing code.

Change since v1:
 - Separate the cleanup code from the fix patch.

zhangyi (F) (2):
  ext4: brelse all indirect buffer in ext4_ind_remove_space()
  ext4: cleanup bh release code in ext4_ind_remove_space()

 fs/ext4/indirect.c | 43 ++++++++++++++++++++++---------------------
 1 file changed, 22 insertions(+), 21 deletions(-)