[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20181213144111.GO6830@bombadil.infradead.org>
Date: Thu, 13 Dec 2018 06:41:11 -0800
From: Matthew Wilcox <willy@...radead.org>
To: Xin Long <lucien.xin@...il.com>
Cc: kent.overstreet@...il.com, LKML <linux-kernel@...r.kernel.org>,
dave.hansen@...el.com, davem <davem@...emloft.net>,
Neil Horman <nhorman@...driver.com>,
Oleg Babin <obabin@...tuozzo.com>,
Konstantin Khorenko <khorenko@...tuozzo.com>
Subject: Re: [PATCH 6/6] Drop flex_arrays
On Thu, Dec 13, 2018 at 09:30:47PM +0900, Xin Long wrote:
> On Sat, Sep 8, 2018 at 1:57 AM Kent Overstreet
> <kent.overstreet@...il.com> 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.
sctp added that user after this patch was sent. Please stop adding
flexarray users!
This particular user should probably have just used kvmalloc.
Powered by blists - more mailing lists