On Wed, Aug 19, 2026 at 02:43:47PM +0200, Jinpu Wang wrote: > > @@ -585,8 +582,6 @@ static void rdma_add_block(RDMAContext *rdma, const > > char *block_name, > > bitmap_clear(block->unregister_bitmap, 0, block->nb_chunks); > > block->remote_keys = g_new0(uint32_t, block->nb_chunks); > > > > - block->is_ram_block = local->init ? false : true; > this local->init is only used here, can be removed too.
Yes, will do. -- Peter Xu
