Whamcloud - gitweb
LU-2072 ldiskfs: Leak of s_mb_prealloc_table in ldiskfs
authorBruno Faccini <bruno.faccini@intel.com>
Thu, 10 Jan 2013 14:27:25 +0000 (15:27 +0100)
committerOleg Drokin <green@whamcloud.com>
Wed, 23 Jan 2013 17:40:12 +0000 (12:40 -0500)
commit536464e609c46a3950d7742bc3860b87d6bfc726
treec75efa23270fee6254382ce24d12bd16f0c412ab
parent53cb69fa4f539d9e3bbca18042a098b0f3f6482e
LU-2072 ldiskfs: Leak of s_mb_prealloc_table in ldiskfs

ext4-prealloc-rhel[5,6] patches adds kmalloc'ed
sbi->s_mb_prealloc_table field which is never freed
in [ldiskfs,ext4]_mb_release()/ext4-vmalloc-rhel[5,6].patch

Signed-off-by: Bruno Faccini <bruno.faccini@intel.com>
Change-Id: I0ca3ff1e7ae8daa0260cd070c5ac52c843248a1b
Reviewed-on: http://review.whamcloud.com/4683
Tested-by: Hudson
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Reviewed-by: Johann Lombardi <johann.lombardi@intel.com>
Tested-by: Maloo <whamcloud.maloo@gmail.com>
ldiskfs/kernel_patches/patches/ext4-prealloc-rhel6.patch
ldiskfs/kernel_patches/patches/ext4-vmalloc-rhel6.patch