Re: [PATCH 23/38] cls_api: Convert tcf_net to XArray

2019-08-20 Thread Matthew Wilcox
On Tue, Aug 20, 2019 at 04:57:28PM -0700, David Miller wrote: > > From: "Matthew Wilcox (Oracle)" > > > > This module doesn't use the allocating functionality; convert it to a > > plain XArray instead of an allocating one. I've left struct tcf_net > > in place in case more objects are added to i

Re: [PATCH 23/38] cls_api: Convert tcf_net to XArray

2019-08-20 Thread David Miller
From: Matthew Wilcox Date: Tue, 20 Aug 2019 15:32:44 -0700 > From: "Matthew Wilcox (Oracle)" > > This module doesn't use the allocating functionality; convert it to a > plain XArray instead of an allocating one. I've left struct tcf_net > in place in case more objects are added to it in future

[PATCH 23/38] cls_api: Convert tcf_net to XArray

2019-08-20 Thread Matthew Wilcox
From: "Matthew Wilcox (Oracle)" This module doesn't use the allocating functionality; convert it to a plain XArray instead of an allocating one. I've left struct tcf_net in place in case more objects are added to it in future, although it now only contains an XArray. We don't need to call xa_de