summaryrefslogtreecommitdiff
path: root/drivers/md/bcache/journal.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/md/bcache/journal.c')
-rw-r--r--drivers/md/bcache/journal.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/md/bcache/journal.c b/drivers/md/bcache/journal.c
index 91bc4ac557e6..d89c5339590f 100644
--- a/drivers/md/bcache/journal.c
+++ b/drivers/md/bcache/journal.c
@@ -732,10 +732,10 @@ reread:
if (le64_to_cpu(j->seq) > *seq)
*seq = le64_to_cpu(j->seq);
-next_block:
+
blocks = __set_blocks(j, le32_to_cpu(j->u64s),
block_bytes(c));
-
+next_block:
pr_debug("next");
bucket_offset += blocks * c->sb.block_size;
sectors_read -= blocks * c->sb.block_size;