Fix build under older gcc (debian buster)

non-odp-rdma
Vitaliy Filippov 2022-01-20 10:34:52 +03:00
parent 098e369a3b
commit 7920414bee
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ resume_1:
osd_rmw_stripe_t local_stripes[pg.pg_size];
for (i = 0; i < pg.pg_size; i++)
{
local_stripes[i] = {
local_stripes[i] = (osd_rmw_stripe_t){
.bmp_buf = (uint8_t*)op_data->snapshot_bitmaps + (chain_num*pg.pg_size + i)*clean_entry_bitmap_size,
.read_start = 1,
.read_end = 1,