From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 513A7C433FE for ; Thu, 10 Mar 2022 07:11:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237159AbiCJHMF (ORCPT ); Thu, 10 Mar 2022 02:12:05 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52484 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235071AbiCJHMC (ORCPT ); Thu, 10 Mar 2022 02:12:02 -0500 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0D6F413110F for ; Wed, 9 Mar 2022 23:11:02 -0800 (PST) Received: by verein.lst.de (Postfix, from userid 2407) id 6DF5068AFE; Thu, 10 Mar 2022 08:10:59 +0100 (CET) Date: Thu, 10 Mar 2022 08:10:59 +0100 From: Christoph Hellwig To: Dan Williams Cc: nvdimm@lists.linux.dev, robert.hu@linux.intel.com, vishal.l.verma@intel.com, hch@lst.de, linux-acpi@vger.kernel.org Subject: Re: [PATCH 4/6] nvdimm/namespace: Delete nd_namespace_blk Message-ID: <20220310071059.GD25138@lst.de> References: <164688415599.2879318.17035042246954533659.stgit@dwillia2-desk3.amr.corp.intel.com> <164688417727.2879318.11691110761800109662.stgit@dwillia2-desk3.amr.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <164688417727.2879318.11691110761800109662.stgit@dwillia2-desk3.amr.corp.intel.com> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org On Wed, Mar 09, 2022 at 07:49:37PM -0800, Dan Williams wrote: > Now that none of the configuration paths consider BLK namespaces, delete > the BLK namespace data and supporting code. Looks good: Reviewed-by: Christoph Hellwig