diff --git a/include/spdk/bdev_module.h b/include/spdk/bdev_module.h index a69ec0286..5aca11d81 100644 --- a/include/spdk/bdev_module.h +++ b/include/spdk/bdev_module.h @@ -228,15 +228,15 @@ struct spdk_bdev { /** Unique product name for this kind of block device. */ char *product_name; + /** write cache enabled, not used at the moment */ + int write_cache; + /** Size in bytes of a logical block for the backend */ uint32_t blocklen; /** Number of blocks */ uint64_t blockcnt; - /** write cache enabled, not used at the moment */ - int write_cache; - /** * This is used to make sure buffers are sector aligned. * This causes double buffering on writes.