From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonathan Corbet Subject: Re: [PATCH 6/6] Drop flex_arrays Date: Wed, 23 May 2018 07:39:17 -0600 Message-ID: <20180523073917.618db21a@lwn.net> References: <20180523011821.12165-1-kent.overstreet@gmail.com> <20180523011821.12165-6-kent.overstreet@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20180523011821.12165-6-kent.overstreet-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: ovs-dev-bounces-yBygre7rU0TnMu66kgdUjQ@public.gmane.org Errors-To: ovs-dev-bounces-yBygre7rU0TnMu66kgdUjQ@public.gmane.org To: Kent Overstreet Cc: dev-yBygre7rU0TnMu66kgdUjQ@public.gmane.org, gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, willy-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org, linux-raid-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-security-module-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, viro-RmSDqhL/yNMiFSDQTTA3OLVCufUGDwFn@public.gmane.org, selinux-+05T5uksL2qpZYMLLGbcSA@public.gmane.org, akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org, shli-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org List-Id: linux-raid.ids 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 ------- > include/linux/flex_array.h | 149 -------- > include/linux/poison.h | 3 - > lib/Makefile | 2 +- > lib/flex_array.c | 398 --------------------- > tools/include/linux/poison.h | 3 - > 7 files changed, 1 insertion(+), 807 deletions(-) > delete mode 100644 Documentation/core-api/flexible-arrays.rst > delete mode 100644 Documentation/flexible-arrays.txt > delete mode 100644 include/linux/flex_array.h > delete mode 100644 lib/flex_array.c Interesting, I didn't realize that flexible-arrays.txt was still there; that should go regardless (and 00-INDEX adjusted accordingly). If you zap the RST file, though, you should also fix Documentation/core-api/index.rst or you'll break the docs build. Thanks, jon