From mboxrd@z Thu Jan 1 00:00:00 1970 From: Muchun Song Date: Tue, 25 Jul 2023 17:22:00 +0800 Subject: [Cluster-devel] [PATCH v2 07/47] xenbus/backend: dynamically allocate the xen-backend shrinker In-Reply-To: <20230724094354.90817-8-zhengqi.arch@bytedance.com> References: <20230724094354.90817-1-zhengqi.arch@bytedance.com> <20230724094354.90817-8-zhengqi.arch@bytedance.com> Message-ID: List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit > On Jul 24, 2023, at 17:43, Qi Zheng wrote: > > Use new APIs to dynamically allocate the xen-backend shrinker. > > Signed-off-by: Qi Zheng Reviewed-by: Muchun Song Thanks.