Btrfs: Fix memory leak in writepage fixup work

fixup, which is allocated when starting page write to fix up the
extent without ORDERED bit set, should be freed after this work
is done.

Signed-off-by: Miao Xie <miaox@cn.fujitsu.com>
Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
This commit is contained in:
Miao Xie 2011-01-26 16:19:22 +08:00 committed by Li Zefan
parent d0f69686c2
commit b897abec03

View file

@ -1544,6 +1544,7 @@ out:
out_page: out_page:
unlock_page(page); unlock_page(page);
page_cache_release(page); page_cache_release(page);
kfree(fixup);
} }
/* /*