Re: [PATCH 6/6] Drop flex_arrays

2018-12-18 Thread Neil Horman
On Mon, Dec 17, 2018 at 07:50:11AM -0500, Kent Overstreet wrote: > On Thu, Dec 13, 2018 at 01:09:17PM -0500, Neil Horman wrote: > > On Thu, Dec 13, 2018 at 08:45:33AM -0800, Matthew Wilcox wrote: > > > On Thu, Dec 13, 2018 at 10:51:49AM -0500, Neil Horman wrote: > > > > On Thu, Dec 13, 2018 at

Re: [PATCH 6/6] Drop flex_arrays

2018-12-17 Thread Kent Overstreet
On Thu, Dec 13, 2018 at 01:09:17PM -0500, Neil Horman wrote: > On Thu, Dec 13, 2018 at 08:45:33AM -0800, Matthew Wilcox wrote: > > On Thu, Dec 13, 2018 at 10:51:49AM -0500, Neil Horman wrote: > > > On Thu, Dec 13, 2018 at 06:41:11AM -0800, Matthew Wilcox wrote: > > > > On Thu, Dec 13, 2018 at

Re: [PATCH 6/6] Drop flex_arrays

2018-12-13 Thread Neil Horman
On Thu, Dec 13, 2018 at 08:45:33AM -0800, Matthew Wilcox wrote: > On Thu, Dec 13, 2018 at 10:51:49AM -0500, Neil Horman wrote: > > On Thu, Dec 13, 2018 at 06:41:11AM -0800, Matthew Wilcox wrote: > > > On Thu, Dec 13, 2018 at 09:30:47PM +0900, Xin Long wrote: > > > > On Sat, Sep 8, 2018 at 1:57 AM

Re: [PATCH 6/6] Drop flex_arrays

2018-12-13 Thread Matthew Wilcox
On Thu, Dec 13, 2018 at 10:51:49AM -0500, Neil Horman wrote: > On Thu, Dec 13, 2018 at 06:41:11AM -0800, Matthew Wilcox wrote: > > On Thu, Dec 13, 2018 at 09:30:47PM +0900, Xin Long wrote: > > > On Sat, Sep 8, 2018 at 1:57 AM Kent Overstreet > > > wrote: > > > > > > > > All existing users have

Re: [PATCH 6/6] Drop flex_arrays

2018-12-13 Thread Neil Horman
On Thu, Dec 13, 2018 at 06:41:11AM -0800, Matthew Wilcox wrote: > On Thu, Dec 13, 2018 at 09:30:47PM +0900, Xin Long wrote: > > On Sat, Sep 8, 2018 at 1:57 AM Kent Overstreet > > wrote: > > > > > > All existing users have been converted to generic radix trees > > NAK, SCTP is still using

Re: [PATCH 6/6] Drop flex_arrays

2018-12-13 Thread Matthew Wilcox
On Thu, Dec 13, 2018 at 09:30:47PM +0900, Xin Long wrote: > On Sat, Sep 8, 2018 at 1:57 AM Kent Overstreet > wrote: > > > > All existing users have been converted to generic radix trees > NAK, SCTP is still using flex_arrays, > # grep flex_array net/sctp/* > > This patch will break the build.

Re: [PATCH 6/6] Drop flex_arrays

2018-12-13 Thread Xin Long
On Sat, Sep 8, 2018 at 1:57 AM Kent Overstreet wrote: > > All existing users have been converted to generic radix trees NAK, SCTP is still using flex_arrays, # grep flex_array net/sctp/* This patch will break the build. > > Signed-off-by: Kent Overstreet > Acked-by: Dave Hansen > --- >

Re: [PATCH 6/6] Drop flex_arrays

2018-09-07 Thread Randy Dunlap
On 09/07/2018 09:56 AM, Kent Overstreet wrote: > All existing users have been converted to generic radix trees > > Signed-off-by: Kent Overstreet > Acked-by: Dave Hansen > --- > Documentation/core-api/flexible-arrays.rst | 130 --- > Documentation/flexible-arrays.txt | 123 ---

Re: [PATCH 6/6] Drop flex_arrays

2018-09-07 Thread Randy Dunlap
On 09/07/2018 09:56 AM, Kent Overstreet wrote: > All existing users have been converted to generic radix trees > > Signed-off-by: Kent Overstreet > Acked-by: Dave Hansen > --- > Documentation/core-api/flexible-arrays.rst | 130 --- > Documentation/flexible-arrays.txt | 123 ---

[PATCH 6/6] Drop flex_arrays

2018-09-07 Thread Kent Overstreet
All existing users have been converted to generic radix trees Signed-off-by: Kent Overstreet Acked-by: Dave Hansen --- Documentation/core-api/flexible-arrays.rst | 130 --- Documentation/flexible-arrays.txt | 123 --- include/linux/flex_array.h | 149

[PATCH 6/6] Drop flex_arrays

2018-09-07 Thread Kent Overstreet
All existing users have been converted to generic radix trees Signed-off-by: Kent Overstreet Acked-by: Dave Hansen --- Documentation/core-api/flexible-arrays.rst | 130 --- Documentation/flexible-arrays.txt | 123 --- include/linux/flex_array.h | 149

Re: [PATCH 6/6] Drop flex_arrays

2018-05-23 Thread Kent Overstreet
On Wed, May 23, 2018 at 10:24:18AM -0700, Dave Hansen wrote: > Thanks for the heads-up, Matthew! Sorry, I was just using scripts/get_maintainers, forgot to check the actual file for the original author :) > On 05/22/2018 06:18 PM, Kent Overstreet wrote: > > All existing users have been converted

Re: [PATCH 6/6] Drop flex_arrays

2018-05-23 Thread Kent Overstreet
On Wed, May 23, 2018 at 10:24:18AM -0700, Dave Hansen wrote: > Thanks for the heads-up, Matthew! Sorry, I was just using scripts/get_maintainers, forgot to check the actual file for the original author :) > On 05/22/2018 06:18 PM, Kent Overstreet wrote: > > All existing users have been converted

Re: [PATCH 6/6] Drop flex_arrays

2018-05-23 Thread Dave Hansen
Thanks for the heads-up, Matthew! On 05/22/2018 06:18 PM, Kent Overstreet wrote: > All existing users have been converted to generic radix trees Well, flex_arrays had a good run, and the new radix trees do look quite a bit nicer. Feel free to add my ack.

Re: [PATCH 6/6] Drop flex_arrays

2018-05-23 Thread Dave Hansen
Thanks for the heads-up, Matthew! On 05/22/2018 06:18 PM, Kent Overstreet wrote: > All existing users have been converted to generic radix trees Well, flex_arrays had a good run, and the new radix trees do look quite a bit nicer. Feel free to add my ack.

Re: [PATCH 6/6] Drop flex_arrays

2018-05-23 Thread Jonathan Corbet
On Tue, 22 May 2018 21:18:21 -0400 Kent Overstreet wrote: > All existing users have been converted to generic radix trees > > Signed-off-by: Kent Overstreet > --- > Documentation/core-api/flexible-arrays.rst | 130 --- >

Re: [PATCH 6/6] Drop flex_arrays

2018-05-23 Thread Jonathan Corbet
On Tue, 22 May 2018 21:18:21 -0400 Kent Overstreet wrote: > All existing users have been converted to generic radix trees > > Signed-off-by: Kent Overstreet > --- > Documentation/core-api/flexible-arrays.rst | 130 --- > Documentation/flexible-arrays.txt | 123 --- >

[PATCH 6/6] Drop flex_arrays

2018-05-22 Thread Kent Overstreet
All existing users have been converted to generic radix trees Signed-off-by: Kent Overstreet --- Documentation/core-api/flexible-arrays.rst | 130 --- Documentation/flexible-arrays.txt | 123 --- include/linux/flex_array.h | 149

[PATCH 6/6] Drop flex_arrays

2018-05-22 Thread Kent Overstreet
All existing users have been converted to generic radix trees Signed-off-by: Kent Overstreet --- Documentation/core-api/flexible-arrays.rst | 130 --- Documentation/flexible-arrays.txt | 123 --- include/linux/flex_array.h | 149 include/linux/poison.h