Home
last modified time | relevance | path

Searched hist:bdc924bb4cdac92b945945c3149ab8191c92d75d (Results 1 – 1 of 1) sorted by relevance

/linux/fs/btrfs/
H A Dsuper.cdiff bdc924bb4cdac92b945945c3149ab8191c92d75d Mon Dec 27 09:33:15 CET 2010 Ian Kent <raven@themaw.net> Btrfs: Fix memory leak on finding existing super

We missed a memory deallocation in commit 450ba0ea.

If an existing super block is found at mount and there is no
error condition then the pre-allocated tree_root and fs_info
are no not used and are not freeded.

Signed-off-by: Ian Kent <raven@themaw.net>
Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>