diff options
author | Mike Snitzer <snitzer@kernel.org> | 2022-03-19 23:41:16 +0100 |
---|---|---|
committer | Mike Snitzer <snitzer@kernel.org> | 2022-03-21 19:15:36 +0100 |
commit | 4d7bca13dd9a5033174b0735056c5658cb893e76 (patch) | |
tree | c975978e2dbb9d3599176a41a6f23595145669c5 /block | |
parent | dm: reduce size of dm_io and dm_target_io structs (diff) | |
download | linux-4d7bca13dd9a5033174b0735056c5658cb893e76.tar.xz linux-4d7bca13dd9a5033174b0735056c5658cb893e76.zip |
dm: consolidate spinlocks in dm_io struct
No reason to have separate startio_lock and endio_lock given endio_lock
could be used during submission anyway.
This change leaves the dm_io struct weighing in at 256 bytes (down
from 272 bytes, so saves a cacheline).
Signed-off-by: Mike Snitzer <snitzer@kernel.org>
Diffstat (limited to 'block')
0 files changed, 0 insertions, 0 deletions