Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1038096AbdDUKus (ORCPT ); Fri, 21 Apr 2017 06:50:48 -0400 Received: from bombadil.infradead.org ([65.50.211.133]:37653 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1037958AbdDUKuq (ORCPT ); Fri, 21 Apr 2017 06:50:46 -0400 Date: Fri, 21 Apr 2017 03:50:38 -0700 From: Christoph Hellwig To: Valentin Rothberg Cc: Christoph Hellwig , ooo@electrozaur.com, martin.petersen@oracle.com, trond.myklebust@primarydata.com, axboe@kernel.dk, osd-dev@open-osd.org, linux-nfs@vger.kernel.org, linux-scsi@vger.kernel.org, linux-block@vger.kernel.org, LKML Subject: Re: [PATCH 3/4] nfs: remove the objlayout driver Message-ID: <20170421105038.GA28396@infradead.org> References: <20170412160109.10598-1-hch@lst.de> <20170412160109.10598-4-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.8.0 (2017-02-23) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 456 Lines: 11 On Fri, Apr 21, 2017 at 09:27:11AM +0200, Valentin Rothberg wrote: > Hi Christoph, > > I just came across this patch in linux-next commit 6d22323b2e9f. > scripts/checkkconfigsymbols.py reports that there is a leftover > reference on PNFS_OBJLAYOUT in fs/exofs/Kconfig.ore line 10 (depends > on EXOFS_FS || PNFS_OBJLAYOUT). I assume that this reference can > safely be removed now? If you want to I can send a trivial patch > removing it. Yes, please do.