Peter Xu wrote:
> This allows us to have RAM_READONLY to be set in ram_flags to show that
> this ramblock can only be read not write.
>
> We used to pass in readonly boolean along the way for allocating the
> ramblock, now let it be together with the rest ramblock flags.
>
> The main purpose of th
* Peter Xu (pet...@redhat.com) wrote:
> This allows us to have RAM_READONLY to be set in ram_flags to show that
> this ramblock can only be read not write.
>
> We used to pass in readonly boolean along the way for allocating the
> ramblock, now let it be together with the rest ramblock flags.
>
>
This allows us to have RAM_READONLY to be set in ram_flags to show that
this ramblock can only be read not write.
We used to pass in readonly boolean along the way for allocating the
ramblock, now let it be together with the rest ramblock flags.
The main purpose of this patch is not for clean up