Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux...
[linux-2.6-block.git] / fs / btrfs / free-space-cache.c
index 5802b1473c3d487bbfabe9b6787491b99ca39714..c2f20594c9f74fde7e97cbdf4dea728b9c5a4bd8 100644 (file)
@@ -425,7 +425,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);