Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
block: move timeout field in struct request to pack better
After commit 64c7f1d, we went from 1 to 2 holes in my test setup. If we move the timeout field a bit, we remove both of those holes and shrink struct request by 8 bytes. Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@fb.com>
- Loading branch information