summaryrefslogtreecommitdiff
path: root/disk-io.h
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2017-02-09 17:42:02 +0100
committerDavid Sterba <dsterba@suse.com>2017-03-08 13:00:47 +0100
commitb53af22c24515f6e92f694f066f2ac91a6bc90de (patch)
tree3bfb58f644af3fa5dbd8df94df71d4519eeed482 /disk-io.h
parent9bdbe1264434becb7b977b963a4d80aca5979257 (diff)
btrfs-progs: remove unused argument from write_and_map_eb
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'disk-io.h')
-rw-r--r--disk-io.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/disk-io.h b/disk-io.h
index a9c6fc5e..e257714b 100644
--- a/disk-io.h
+++ b/disk-io.h
@@ -201,8 +201,7 @@ int btrfs_read_buffer(struct extent_buffer *buf, u64 parent_transid);
int write_tree_block(struct btrfs_trans_handle *trans,
struct btrfs_root *root,
struct extent_buffer *eb);
-int write_and_map_eb(struct btrfs_trans_handle *trans, struct btrfs_root *root,
- struct extent_buffer *eb);
+int write_and_map_eb(struct btrfs_root *root, struct extent_buffer *eb);
/* raid56.c */
void raid6_gen_syndrome(int disks, size_t bytes, void **ptrs);