From ff9ee51677818b7e6ea5caacb03dbbc45f5be706 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domagoj=20Tr=C5=A1an?= Date: Sun, 18 Sep 2016 00:10:23 +0100 Subject: btrfs-progs: change btrfs_csum_final result param type to u8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Domagoj Tršan Signed-off-by: David Sterba --- disk-io.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'disk-io.h') diff --git a/disk-io.h b/disk-io.h index c404d3f4..1080fc16 100644 --- a/disk-io.h +++ b/disk-io.h @@ -175,7 +175,7 @@ int btrfs_set_buffer_uptodate(struct extent_buffer *buf); int wait_on_tree_block_writeback(struct btrfs_root *root, struct extent_buffer *buf); u32 btrfs_csum_data(struct btrfs_root *root, char *data, u32 seed, size_t len); -void btrfs_csum_final(u32 crc, char *result); +void btrfs_csum_final(u32 crc, u8 *result); int btrfs_commit_transaction(struct btrfs_trans_handle *trans, struct btrfs_root *root); -- cgit v1.2.3