Btrfs: extent_map optimizations to cut down on CPU usage

Signed-off-by: Chris Mason <chris.mason@oracle.com>
This commit is contained in:
Chris Mason
2007-10-15 16:18:55 -04:00
parent 3326d1b07c
commit 810191ff30
6 changed files with 40 additions and 91 deletions

View File

@ -463,6 +463,7 @@ static int check_leaf(struct btrfs_root *root, struct btrfs_path *path,
static int check_block(struct btrfs_root *root, struct btrfs_path *path,
int level)
{
return 0;
#if 0
struct extent_buffer *buf = path->nodes[level];