Btrfs: drop owner and parentid

Signed-off-by: Chris Mason <chris.mason@oracle.com>
This commit is contained in:
Chris Mason
2007-04-10 12:36:36 -04:00
committed by David Woodhouse
parent 1b05da2ee6
commit d0dbc6245c
6 changed files with 6 additions and 47 deletions

View File

@@ -19,7 +19,7 @@ int btrfs_alloc_file_extent(struct btrfs_trans_handle *trans,
BUG_ON(!path);
btrfs_init_path(path);
ret = btrfs_alloc_extent(trans, root, num_blocks, hint_block,
(u64)-1, objectid, &ins);
(u64)-1, &ins);
BUG_ON(ret);
file_key.objectid = objectid;
file_key.offset = offset;