]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Btrfs: fix memory leak for name_cache in send/receive
authorAlexander Block <ablock84@googlemail.com>
Sat, 28 Jul 2012 12:13:35 +0000 (14:13 +0200)
committerChris Mason <chris.mason@fusionio.com>
Mon, 1 Oct 2012 19:18:51 +0000 (15:18 -0400)
commit17589bd96eeb7c2ef2d3baeb05005a24932cd1e9
treee4cd72b72aae6703cdfb12a66c9c71a23be5b5dd
parentadbe7fb6c4750621a56867d9bb1980da3a4b8f33
Btrfs: fix memory leak for name_cache in send/receive

When everything is done, name_cache_free is called which however
forgot to call kfree on the cache entries.

Signed-off-by: Alexander Block <ablock84@googlemail.com>
fs/btrfs/send.c