Received: by 2002:ac0:a594:0:0:0:0:0 with SMTP id m20-v6csp857150imm; Wed, 23 May 2018 06:41:23 -0700 (PDT) X-Google-Smtp-Source: AB8JxZr9o1BjbNzj9zE4R//LPNpibJL0BylxSHBO6D1dLvX6NDSTAw0n2MbDqt3VghR48mwLyL9x X-Received: by 2002:a17:902:868b:: with SMTP id g11-v6mr2955783plo.305.1527082883920; Wed, 23 May 2018 06:41:23 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1527082883; cv=none; d=google.com; s=arc-20160816; b=iqJEa4fLb5CGdV5XTfSUBic/iy7HWJ2m2Vl67KCJp8bJZF/ZCVSQUqqcQ5FBwWz8+y Kl35oY5SHrBqfzvEvDZR95V4EjMy3b48+Z7UIe85foO1mn6ftomLVAHkIypy7EjXKQcM 03VcVWVjZWKml0Q6MTmYipozaEjtMlJe4Vsvu3CzIGldPI869Dvuelijd3yVd/7sXviE xpsqbGhGVlI5voszLAkjbZQqY76eQIyBgFlrOqS5MFcDS9GrqbKCSP2OHsUFPZUxFEF3 xP+qcVy+uge9li8ycLLAFEqi9uhuz9eJnuyWzOloJTTXmPx+82M7C2vEh4g8FwBhnNla V2yA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :organization:references:in-reply-to:message-id:subject:cc:to:from :date:arc-authentication-results; bh=i418kl3FlxhKi2P/e0q4l7OW6b7fvJN3TprQYyZvR1s=; b=Pj8UI7Ik0YfG04sCpcKTymZMRZDsJXedLcBBNTgfuSbnI2MNJ1IC1ha1ovVpWJo5WG jjkTMkJvLYnXGA3ZLx7XyMI1ZuEzeTQvBvC4t5no0iPsX913bWbN3rsPbp0E8D6b+vI/ /BVmSRPRed3wEWEPqgSdwKb3m8vtUbZP0jTGh+zNY26EywCylMeNhuQZRpWbGD9HVlrm 30/rDMUky3N2KgkmHCtFiuQQoSI0GUUNahscN05EvenJhc3/Vsu7xU4NDSHqpVMxBiFr 723CmWLnXBBMrRGsSZSmohULHUZ49X2P9eBC092hi6y9ATogVNpOhSvVbIocDnuoo47e 4udA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id c12-v6si11627544pgw.124.2018.05.23.06.40.45; Wed, 23 May 2018 06:41:23 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933186AbeEWNjX (ORCPT + 99 others); Wed, 23 May 2018 09:39:23 -0400 Received: from ms.lwn.net ([45.79.88.28]:32892 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932876AbeEWNjT (ORCPT ); Wed, 23 May 2018 09:39:19 -0400 Received: from lwn.net (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 525BB1009; Wed, 23 May 2018 13:39:18 +0000 (UTC) Date: Wed, 23 May 2018 07:39:17 -0600 From: Jonathan Corbet To: Kent Overstreet Cc: linux-kernel@vger.kernel.org, viro@zeniv.linux.org.uk, akpm@linux-foundation.org, willy@infradead.org, gregkh@linuxfoundation.org, linux-security-module@vger.kernel.org, selinux@tycho.nsa.gov, dev@openvswitch.org, shli@kernel.org, linux-raid@vger.kernel.org Subject: Re: [PATCH 6/6] Drop flex_arrays Message-ID: <20180523073917.618db21a@lwn.net> In-Reply-To: <20180523011821.12165-6-kent.overstreet@gmail.com> References: <20180523011821.12165-1-kent.overstreet@gmail.com> <20180523011821.12165-6-kent.overstreet@gmail.com> Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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