Skip to content
Commit d486f1f2 authored by Jens Axboe's avatar Jens Axboe
Browse files

block: move internal_tag to same cache line as tag



Since we removed cmd_type, we now have a hole in the struct. Move
the internal_tag member to the same cacheline as tag, since we
use them at the same time.

This doesn't fix the hole, just moves it elsewhere.

Signed-off-by: default avatarJens Axboe <axboe@fb.com>
parent aebf526b
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