From c6eae415eef826a0e17642d737ec33a099b932cf Mon Sep 17 00:00:00 2001 From: David Sterba Date: Thu, 2 Feb 2017 13:38:44 +0100 Subject: btrfs-progs: drop unused argument from btrfs_extend_item Signed-off-by: David Sterba --- ctree.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ctree.c') 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; -- cgit v1.2.3