commit | d486f1f204382557b5fbcb3ddbb5845cd4ba4e2c | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@fb.com> | Tue Jan 31 12:34:41 2017 -0700 |
committer | Jens Axboe <axboe@fb.com> | Tue Jan 31 14:00:50 2017 -0700 |
tree | b6568419a34606e10d4fd00a50d38012cbbe4d67 | |
parent | aebf526b53aea164508730427597d45f3e06b376 [diff] |
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: Jens Axboe <axboe@fb.com>