commit | 363d4251d4bd984c304e0989789f6494343660fd | [log] [tgz] |
---|---|---|
author | Shen Feng <shen@cn.fujitsu.com> | Fri Jul 11 19:27:31 2008 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Fri Jul 11 19:27:31 2008 -0400 |
tree | 01a697f77e1e486b7f7972f4cbe27b71fca911eb | |
parent | f9a8ac99fd79eb961a8573ccf058439bc17b4d3a [diff] |
ext4: remove quota allocation when ext4_mb_new_blocks fails Quota allocation is not removed when ext4_mb_new_blocks calls kmem_cache_alloc failed. Also make sure the allocation context is freed on the error path. Signed-off-by: Shen Feng <shen@cn.fujitsu.com> Signed-off-by: Mingming Cao <cmm@us.ibm.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>