]> git.baikalelectronics.ru Git - kernel.git/commit
Btrfs: fix memory leak in btrfs_quota_enable()
authorTsutomu Itoh <t-itoh@jp.fujitsu.com>
Tue, 16 Oct 2012 05:44:21 +0000 (05:44 +0000)
committerChris Mason <chris.mason@fusionio.com>
Thu, 25 Oct 2012 19:45:43 +0000 (15:45 -0400)
commit6b26a66d41124dd53cd31971e8e6ccd0c1c1c190
tree2c2be551f07d275a1a41fb881fe6acbd65fdaa30
parente49f3c20ac42dfd2e41d3716e9744770bfe161e1
Btrfs: fix memory leak in btrfs_quota_enable()

We should free quota_root before returning from the error
handling code.

Signed-off-by: Tsutomu Itoh <t-itoh@jp.fujitsu.com>
fs/btrfs/qgroup.c