Re: [PATCH 07/12] swiotlb-xen: drop leftover __ref

2021-09-10 Thread Stefano Stabellini
On Tue, 7 Sep 2021, Jan Beulich wrote: > Commit a98f565462f0 ("xen-swiotlb: split xen_swiotlb_init") should not > only have added __init to the split off function, but also should have > dropped __ref from the one left. > > Signed-off-by: Jan Beulich Reviewed-by: Stefano Stabellini > --- a/dr

Re: [PATCH 07/12] swiotlb-xen: drop leftover __ref

2021-09-08 Thread Christoph Hellwig
On Tue, Sep 07, 2021 at 02:06:55PM +0200, Jan Beulich wrote: > Commit a98f565462f0 ("xen-swiotlb: split xen_swiotlb_init") should not > only have added __init to the split off function, but also should have > dropped __ref from the one left. > > Signed-off-by: Jan Beulich Looks good, Reviewed-b

[PATCH 07/12] swiotlb-xen: drop leftover __ref

2021-09-07 Thread Jan Beulich
Commit a98f565462f0 ("xen-swiotlb: split xen_swiotlb_init") should not only have added __init to the split off function, but also should have dropped __ref from the one left. Signed-off-by: Jan Beulich --- a/drivers/xen/swiotlb-xen.c +++ b/drivers/xen/swiotlb-xen.c @@ -154,7 +154,7 @@ static con