Home
last modified time | relevance | path

Searched hist:"79 a77c5a" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/ext4/
H A Dmballoc.c79a77c5a Mon Aug 01 16:41:46 CDT 2011 Yu Jian <yujian@whamcloud.com> ext4: prevent memory leaks from ext4_mb_init_backend() on error path

In ext4_mb_init(), if the s_locality_group allocation fails it will
currently cause the allocations made in ext4_mb_init_backend() to
be leaked. Moving the ext4_mb_init_backend() allocation after the
s_locality_group allocation avoids that problem.

Signed-off-by: Yu Jian <yujian@whamcloud.com>
Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>