Hi Juergen,
On 2023/8/24 14:00, Juergen Gross wrote:
On 24.08.23 05:42, Qi Zheng wrote:
Use new APIs to dynamically allocate the xen-backend shrinker.
Signed-off-by: Qi Zheng <[email protected]>
Reviewed-by: Muchun Song <[email protected]>
CC: Juergen Gross <[email protected]>
CC: Stefano Stabellini <[email protected]>
CC: Oleksandr Tyshchenko <[email protected]>
CC: [email protected]
Acked-by: Juergen Gross <[email protected]>
Thanks for your review!
Just one note: it seems as if most users will set seeks to DEFAULT_SEEKS.
Wouldn't it be better to do this in shrinker_alloc() and let only callers
who want a different value overwrite that?
I think it makes sense, will do.
Thanks,
Qi
Juergen