mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 05:50:53 +07:00
btrfs: free-space-cache.c: remove extra semicolon.
The patch below removes an extra semicolon. Signed-off-by: Justin P. Mattock <justinmattock@gmail.com> CC: Chris Mason <chris.mason@oracle.com> CC: linux-btrfs@vger.kernel.org Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
d7a83c0f7f
commit
cb54f2571f
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user