summaryrefslogtreecommitdiff
path: root/ctree.c
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2017-02-02 13:38:44 +0100
committerDavid Sterba <dsterba@suse.com>2017-03-08 13:00:47 +0100
commitc6eae415eef826a0e17642d737ec33a099b932cf (patch)
tree5a8ffc382f750b6a0910298b3ae895d5a7a5479b /ctree.c
parent4069aa73d333ea8b6436d593a0e18fc56071b4fe (diff)
btrfs-progs: drop unused argument from btrfs_extend_item
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'ctree.c')
-rw-r--r--ctree.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ctree.c b/ctree.c
index dd61abcb..162e596d 100644
--- a/ctree.c
+++ b/ctree.c
@@ -2390,8 +2390,7 @@ int btrfs_truncate_item(struct btrfs_root *root, struct btrfs_path *path,
return ret;
}
-int btrfs_extend_item(struct btrfs_trans_handle *trans,
- struct btrfs_root *root, struct btrfs_path *path,
+int btrfs_extend_item(struct btrfs_root *root, struct btrfs_path *path,
u32 data_size)
{
int ret = 0;