commit | 4d775673091d43b39fa9d086071009f98dec289e | [log] [tgz] |
---|---|---|
author | Chris Mason <chris.mason@oracle.com> | Fri Apr 20 20:23:12 2007 -0400 |
committer | David Woodhouse <dwmw2@hera.kernel.org> | Fri Apr 20 20:23:12 2007 -0400 |
tree | 854ec6faab9010dea724048685caf2ffdc955702 | |
parent | 33ade1f826a7c348856a98930814f33ced6d1337 [diff] [blame] |
Btrfs: add owner and type fields to the extents aand block headers Signed-off-by: Chris Mason <chris.mason@oracle.com>
diff --git a/fs/btrfs/disk-io.c b/fs/btrfs/disk-io.c index 1304629..7aff6bb 100644 --- a/fs/btrfs/disk-io.c +++ b/fs/btrfs/disk-io.c
@@ -319,6 +319,7 @@ root->last_inode_alloc = 0; memset(&root->root_key, 0, sizeof(root->root_key)); memset(&root->root_item, 0, sizeof(root->root_item)); + root->root_key.objectid = objectid; return 0; }