Skip to content

Commit

Permalink
btrfs: free-space-cache.c: remove extra semicolon.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Justin P. Mattock authored and Jiri Kosina committed Dec 15, 2011
1 parent d7a83c0 commit cb54f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/btrfs/free-space-cache.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit cb54f25

Please sign in to comment.