btrfs: remove blocksize from btrfs_alloc_free_block and rename
[linux-2.6-block.git] / fs / btrfs / ioctl.c
index 0ff212757b955cf90e3f0e7736145e1ef432264e..2fc48905ccf51c09e14d53cb38874450dcc24b45 100644 (file)
@@ -480,8 +480,7 @@ static noinline int create_subvol(struct inode *dir,
        if (ret)
                goto fail;
 
-       leaf = btrfs_alloc_free_block(trans, root, root->nodesize,
-                                     0, objectid, NULL, 0, 0, 0);
+       leaf = btrfs_alloc_tree_block(trans, root, 0, objectid, NULL, 0, 0, 0);
        if (IS_ERR(leaf)) {
                ret = PTR_ERR(leaf);
                goto fail;