From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757505AbdJLRZu (ORCPT ); Thu, 12 Oct 2017 13:25:50 -0400 Received: from ms.lwn.net ([45.79.88.28]:58318 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757445AbdJLRZr (ORCPT ); Thu, 12 Oct 2017 13:25:47 -0400 Date: Thu, 12 Oct 2017 11:25:45 -0600 From: Jonathan Corbet To: Finn Thain Cc: linux-ide@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] documentation: Update ide-cd documentation to reflect CONFIG_BLK_DEV_HD_IDE removal Message-ID: <20171012112545.674d3960@lwn.net> In-Reply-To: References: 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 List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 12 Oct 2017 15:00:06 +1100 (AEDT) Finn Thain wrote: > CONFIG_BLK_DEV_HD_IDE was removed in commit 80aa31cb460d ("ide: > remove CONFIG_BLK_DEV_HD_IDE config option (take 2)") but the ide-cd > documentation was not updated and still asks users to disable it, > which is misleading and involves a fruitless search. > > Signed-off-by: Finn Thain Applied to the docs tree, thanks. jon