On 30.11.2020 11:31, Oleksandr Tyshchenko wrote:
> --- a/xen/include/xen/sched.h
> +++ b/xen/include/xen/sched.h
> @@ -552,6 +552,8 @@ struct domain
>          struct ioreq_server     *server[MAX_NR_IOREQ_SERVERS];
>          unsigned int            nr_servers;
>      } ioreq_server;
> +
> +    bool mapcache_invalidate;
>  #endif
>  };

While I can see reasons to put this inside the #ifdef here, I
would suspect putting it in the hole next to the group of 5
bools further up would be more efficient.

Jan

Reply via email to