Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cb54f257 authored by Justin P. Mattock's avatar Justin P. Mattock Committed by Jiri Kosina
Browse files

btrfs: free-space-cache.c: remove extra semicolon.



The patch below removes an extra semicolon.

Signed-off-by: default avatarJustin P. Mattock <justinmattock@gmail.com>
CC: Chris Mason <chris.mason@oracle.com>
CC: linux-btrfs@vger.kernel.org
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent d7a83c0f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -418,7 +418,7 @@ static void io_ctl_set_crc(struct io_ctl *io_ctl, int index)
	}

	if (index == 0)
		offset = sizeof(u32) * io_ctl->num_pages;;
		offset = sizeof(u32) * io_ctl->num_pages;

	crc = btrfs_csum_data(io_ctl->root, io_ctl->orig + offset, crc,
			      PAGE_CACHE_SIZE - offset);