]> git.baikalelectronics.ru Git - kernel.git/commit
Btrfs: Fix memory leak in writepage fixup work
authorMiao Xie <miaox@cn.fujitsu.com>
Wed, 26 Jan 2011 08:19:22 +0000 (16:19 +0800)
committerLi Zefan <lizf@cn.fujitsu.com>
Wed, 26 Jan 2011 17:10:30 +0000 (01:10 +0800)
commita2e3515451914efc818ab5a1446cb480eaa4fe0c
tree9014f850ad04b51953ae010713605a758bd1bb63
parent0ddfc0745fbe51108d8423b0d8cfb43f8ebe89d8
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>
fs/btrfs/inode.c