Commit 2b8ef16e authored by Christoph Hellwig's avatar Christoph Hellwig Committed by NeilBrown

raid5-cache: small log->seq cleanup

Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Reviewed-by: default avatarShaohua Li <shli@fb.com>
Signed-off-by: default avatarNeilBrown <neilb@suse.com>
parent c1b99198
...@@ -310,12 +310,11 @@ static struct r5l_io_unit *r5l_new_meta(struct r5l_log *log) ...@@ -310,12 +310,11 @@ static struct r5l_io_unit *r5l_new_meta(struct r5l_log *log)
io->log_start = log->log_start; io->log_start = log->log_start;
io->meta_offset = sizeof(struct r5l_meta_block); io->meta_offset = sizeof(struct r5l_meta_block);
io->seq = log->seq; io->seq = log->seq++;
io->current_bio = r5l_bio_alloc(log, io); io->current_bio = r5l_bio_alloc(log, io);
bio_add_page(io->current_bio, io->meta_page, PAGE_SIZE, 0); bio_add_page(io->current_bio, io->meta_page, PAGE_SIZE, 0);
log->seq++;
r5_reserve_log_entry(log, io); r5_reserve_log_entry(log, io);
spin_lock_irq(&log->io_list_lock); spin_lock_irq(&log->io_list_lock);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment