From ad6878d2aeee7b898e5392df07a4289aff6c4d36 Mon Sep 17 00:00:00 2001 From: Salman Qazi Date: Thu, 31 May 2012 23:51:27 -0400 Subject: [PATCH] --- yaml --- r: 309970 b: refs/heads/master c: 02b7831019ea4e7994968c84b5826fa8b248ffc8 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/ext4/mballoc.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 8fd0a9514e57..5205076d8346 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 79906964a187c405db72a3abc60eb9b50d804fbc +refs/heads/master: 02b7831019ea4e7994968c84b5826fa8b248ffc8 diff --git a/trunk/fs/ext4/mballoc.c b/trunk/fs/ext4/mballoc.c index e4b4ac1ec684..3d9277c48bc8 100644 --- a/trunk/fs/ext4/mballoc.c +++ b/trunk/fs/ext4/mballoc.c @@ -4634,6 +4634,7 @@ void ext4_free_blocks(handle_t *handle, struct inode *inode, */ new_entry = kmem_cache_alloc(ext4_free_data_cachep, GFP_NOFS); if (!new_entry) { + ext4_mb_unload_buddy(&e4b); err = -ENOMEM; goto error_return; }