linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] ext4: fix buffer references leak problem
@ 2019-03-15  7:10 zhangyi (F)
  2019-03-15  7:10 ` [PATCH v2 1/2] ext4: brelse all indirect buffer in ext4_ind_remove_space() zhangyi (F)
  2019-03-15  7:10 ` [PATCH v2 2/2] ext4: cleanup bh release code " zhangyi (F)
  0 siblings, 2 replies; 7+ messages in thread
From: zhangyi (F) @ 2019-03-15  7:10 UTC (permalink / raw)
  To: linux-ext4; +Cc: tytso, jack, adilger.kernel, yi.zhang, miaoxie

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(-)

-- 
2.7.4


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-03-23 15:59 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-15  7:10 [PATCH v2 0/2] ext4: fix buffer references leak problem zhangyi (F)
2019-03-15  7:10 ` [PATCH v2 1/2] ext4: brelse all indirect buffer in ext4_ind_remove_space() zhangyi (F)
2019-03-18 11:08   ` Jan Kara
2019-03-23 15:53   ` Theodore Ts'o
2019-03-15  7:10 ` [PATCH v2 2/2] ext4: cleanup bh release code " zhangyi (F)
2019-03-18 11:10   ` Jan Kara
2019-03-23 15:58   ` Theodore Ts'o

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).