]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Btrfs: fix memory leak in load_free_space_cache()
authorTsutomu Itoh <t-itoh@jp.fujitsu.com>
Tue, 14 Feb 2012 08:12:23 +0000 (17:12 +0900)
committerDavid Sterba <dsterba@suse.cz>
Wed, 15 Feb 2012 15:40:24 +0000 (16:40 +0100)
commita7e221e9002306a753d6f78b4060edabce402033
tree0b69be576f3cbbb5fe24a4f9e57dcbda57f2ccb1
parent859acaf1a29bbacf6256f1159210c8d6df992b33
Btrfs: fix memory leak in load_free_space_cache()

load_free_space_cache() has forgotten to free path.

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