commit | fb5834ff2b2823e1eaecd920e2ade3e07f4a42f9 | [log] [tgz] |
---|---|---|
author | Liu Bo <bo.li.liu@oracle.com> | Sun Sep 29 10:33:16 2013 +0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Dec 20 07:45:12 2013 -0800 |
tree | af2fc672caf897280b39d2eb1ad4a4f11704e2f7 | |
parent | 2845c3628961c64e8e3fd6987234a818cfeadb35 [diff] |
Btrfs: fix memory leak of chunks' extent map commit 7d3d1744f8a7d62e4875bd69cc2192a939813880 upstream. As we're hold a ref on looking up the extent map, we need to drop the ref before returning to callers. Signed-off-by: Liu Bo <bo.li.liu@oracle.com> Signed-off-by: Josef Bacik <jbacik@fusionio.com> Signed-off-by: Chris Mason <chris.mason@fusionio.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>