From 36dccd96ec6ae8ed83da525f7905064aedcb93a5 Mon Sep 17 00:00:00 2001 From: Jie Yao Date: Mon, 18 Sep 2023 01:53:29 -0700 Subject: [PATCH] fix error --- src/include/homestore/blk.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/include/homestore/blk.h b/src/include/homestore/blk.h index ac0949e24..86ae9a53b 100644 --- a/src/include/homestore/blk.h +++ b/src/include/homestore/blk.h @@ -177,6 +177,7 @@ struct blk_alloc_hints { blk_temp_t desired_temp; // Temperature hint for the device uint32_t dev_id_hint; // which physical device to pick (hint if any) -1 for don't care + uint32_t chunk_id_hint; // which chunk to pick (hint if any) -1 for don't care bool can_look_for_other_chunk; // If alloc on device not available can I pick other device bool is_contiguous; uint32_t multiplier; // blks allocated in a blkid should be a multiple of multiplier