All of lore.kernel.org
 help / color / mirror / Atom feed
* [merged] fs-bio-integrity-fix-a-potential-mem-leak.patch removed from -mm tree
@ 2013-09-12 19:46 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2013-09-12 19:46 UTC (permalink / raw)
  To: mm-commits, guz.fnst

Subject: [merged] fs-bio-integrity-fix-a-potential-mem-leak.patch removed from -mm tree
To: guz.fnst@cn.fujitsu.com,mm-commits@vger.kernel.org
From: akpm@linux-foundation.org
Date: Thu, 12 Sep 2013 12:46:11 -0700


The patch titled
     Subject: fs/bio-integrity: fix a potential mem leak
has been removed from the -mm tree.  Its filename was
     fs-bio-integrity-fix-a-potential-mem-leak.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
From: Gu Zheng <guz.fnst@cn.fujitsu.com>
Subject: fs/bio-integrity: fix a potential mem leak

Free the bio_integrity_pool in the fail path of biovec_create_pool in
function bioset_integrity_create().

Signed-off-by: Gu Zheng <guz.fnst@cn.fujitsu.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 fs/bio-integrity.c |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff -puN fs/bio-integrity.c~fs-bio-integrity-fix-a-potential-mem-leak fs/bio-integrity.c
--- a/fs/bio-integrity.c~fs-bio-integrity-fix-a-potential-mem-leak
+++ a/fs/bio-integrity.c
@@ -716,13 +716,14 @@ int bioset_integrity_create(struct bio_s
 		return 0;
 
 	bs->bio_integrity_pool = mempool_create_slab_pool(pool_size, bip_slab);

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-09-12 19:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-09-12 19:46 [merged] fs-bio-integrity-fix-a-potential-mem-leak.patch removed from -mm tree akpm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.