Return-Path: Received: from mail-it0-f65.google.com ([209.85.214.65]:34809 "EHLO mail-it0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752605AbdF1PRt (ORCPT ); Wed, 28 Jun 2017 11:17:49 -0400 Received: by mail-it0-f65.google.com with SMTP id o202so3419136itc.1 for ; Wed, 28 Jun 2017 08:17:49 -0700 (PDT) Subject: Re: [PATCH 3/4] nfs4: add NFSv4 LOOKUPP handlers To: "J. Bruce Fields" Cc: Christoph Hellwig , trond.myklebust@primarydata.com, jlayton@poochiereds.net, linux-nfs@vger.kernel.org References: <20170627154403.20944-1-hch@lst.de> <20170627154403.20944-4-hch@lst.de> <99a3d554-399f-3d02-2033-3962fc00afea@gmail.com> <20170628151316.GE11295@fieldses.org> From: Anna Schumaker Message-ID: <8598f3b1-d057-4ca8-325e-b1bd2eefb13f@gmail.com> Date: Wed, 28 Jun 2017 11:17:41 -0400 MIME-Version: 1.0 In-Reply-To: <20170628151316.GE11295@fieldses.org> Content-Type: text/plain; charset=utf-8 Sender: linux-nfs-owner@vger.kernel.org List-ID: On 06/28/2017 11:13 AM, J. Bruce Fields wrote: > On Wed, Jun 28, 2017 at 10:55:35AM -0400, Anna Schumaker wrote: >> Hi Christoph, >> >> On 06/27/2017 11:44 AM, Christoph Hellwig wrote: >>> From: Jeff Layton >>> >>> This will be needed in order to implement the get_parent export op >>> for nfsd. >> >> I think this patch conflicts with your constify and function pointer cleanups from a few weeks ago, and it may need to be updated. >> >> Just double checking: Bruce, are you taking the constify series for 4.13? > > Sorry, I haven't been paying attention--what constify series? The one Christoph sent out in May that touched all of nfs, nfsd, and sunrpc. I wasn't sure if we had come to a decision about who is sending that in or not :) > > --b. >