commit | b888db2bd7b67f190b32934e6a86181f262ac3ec | [log] [tgz] |
---|---|---|
author | Chris Mason <chris.mason@oracle.com> | Mon Aug 27 16:49:44 2007 -0400 |
committer | David Woodhouse <dwmw2@hera.kernel.org> | Mon Aug 27 16:49:44 2007 -0400 |
tree | 7eb4472c65b6a634db6be689eedca09f09a40cd5 | |
parent | a52d9a8033c454cd9b4697cfafb467509fc1693f [diff] [blame] |
Btrfs: Add delayed allocation to the extent based page tree code Signed-off-by: Chris Mason <chris.mason@oracle.com>
diff --git a/fs/btrfs/super.c b/fs/btrfs/super.c index 7b7c32c..7da9553 100644 --- a/fs/btrfs/super.c +++ b/fs/btrfs/super.c
@@ -83,6 +83,7 @@ bi->location.offset = 0; bi->location.flags = 0; bi->root = tree_root; + btrfs_set_key_type(&bi->location, BTRFS_INODE_ITEM_KEY); if (!inode) {