commit | 35b7e476107e3d54f03384e0f2fa3dfd68933353 | [log] [tgz] |
---|---|---|
author | Chris Mason <chris.mason@oracle.com> | Wed May 02 15:53:43 2007 -0400 |
committer | David Woodhouse <dwmw2@hera.kernel.org> | Wed May 02 15:53:43 2007 -0400 |
tree | 51a7e7cffad309b0aa0d3d054d7ecc5b8be72298 | |
parent | 090d18753c7fb73f7d846c3a89a50cd35136d144 [diff] [blame] |
Btrfs: fix page cache memory leak Signed-off-by: Chris Mason <chris.mason@oracle.com>
diff --git a/fs/btrfs/print-tree.c b/fs/btrfs/print-tree.c index 2f95fc6..2881341 100644 --- a/fs/btrfs/print-tree.c +++ b/fs/btrfs/print-tree.c
@@ -1,6 +1,7 @@ #include <linux/module.h> #include "ctree.h" #include "disk-io.h" +#include "print-tree.h" void btrfs_print_leaf(struct btrfs_root *root, struct btrfs_leaf *l) {