From 249a3592d5dfdec0e52b5e9e712339364ea758ed Mon Sep 17 00:00:00 2001 From: Dimitri John Ledkov Date: Thu, 8 Sep 2016 12:29:10 +0100 Subject: New upstream release. (Closes: #836778) --- volumes.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'volumes.c') diff --git a/volumes.c b/volumes.c index 9a5580ae..2d07e66a 100644 --- a/volumes.c +++ b/volumes.c @@ -1614,10 +1614,10 @@ static struct btrfs_device *fill_missing_device(u64 devid) * slot == -1: SYSTEM chunk * return -EIO on error, otherwise return 0 */ -static int btrfs_check_chunk_valid(struct btrfs_root *root, - struct extent_buffer *leaf, - struct btrfs_chunk *chunk, - int slot, u64 logical) +int btrfs_check_chunk_valid(struct btrfs_root *root, + struct extent_buffer *leaf, + struct btrfs_chunk *chunk, + int slot, u64 logical) { u64 length; u64 stripe_len; -- cgit v1.2.3