diff --git a/include/spdk_internal/bdev.h b/include/spdk_internal/bdev.h index 8c41cdc54..66895ee68 100644 --- a/include/spdk_internal/bdev.h +++ b/include/spdk_internal/bdev.h @@ -312,11 +312,11 @@ struct spdk_bdev_io { uint64_t offset_blocks; } unmap; struct { - /** Represents starting offset in blocks of the range to be flushed. */ - uint64_t offset_blocks; - /** Represents the number of blocks to be flushed, starting at offset_blocks. */ uint64_t num_blocks; + + /** Represents starting offset in blocks of the range to be flushed. */ + uint64_t offset_blocks; } flush; struct { /* The NVMe command to execute */