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)
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>

No differences found