Return-Path: linux-nfs-owner@vger.kernel.org Received: from e39.co.us.ibm.com ([32.97.110.160]:53188 "EHLO e39.co.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934979AbaH0RkW (ORCPT ); Wed, 27 Aug 2014 13:40:22 -0400 Received: from /spool/local by e39.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 27 Aug 2014 11:40:22 -0600 In-Reply-To: <1409152730-8070-1-git-send-email-Anna.Schumaker@Netapp.com> References: <1409152730-8070-1-git-send-email-Anna.Schumaker@Netapp.com> To: Anna Schumaker Cc: linux-nfs@vger.kernel.org, linux-nfs-owner@vger.kernel.org, Trond.Myklebust@primarydata.com MIME-Version: 1.0 Subject: Re: [PATCH] NFS: Add v4.2 SEEK support From: Marc Eshel Message-ID: Date: Wed, 27 Aug 2014 10:40:18 -0700 Content-Type: text/plain; charset="US-ASCII" Sender: linux-nfs-owner@vger.kernel.org List-ID: Hi Anna, Do you have a git tree that I can use to build your latest NFSv4.2 changes? Thanks, Marc. From: Anna Schumaker To: , , Date: 08/27/2014 08:19 AM Subject: [PATCH] NFS: Add v4.2 SEEK support Sent by: linux-nfs-owner@vger.kernel.org This patch adds support for the NFS v4.2 operation SEEK. I think nfs4proc.c and nfs4xdr.c have grown out of control, and I would like to avoid adding new functions to these files unless absolutely necessary. Therefore, I created nfs4.2proc.c and nfs4.2xdr.h in an attempt to separate out the new code. Questions? Comments? Thoughts? Anna Anna Schumaker (1): NFS: Implement SEEK fs/nfs/Makefile | 1 + fs/nfs/inode.c | 2 + fs/nfs/nfs4.2.h | 14 +++++++ fs/nfs/nfs4.2proc.c | 39 +++++++++++++++++++ fs/nfs/nfs4.2xdr.h | 98 +++++++++++++++++++++++++++++++++++++++++++++++ fs/nfs/nfs4_fs.h | 7 ++++ fs/nfs/nfs4client.c | 2 + fs/nfs/nfs4file.c | 68 ++++++++++++++++++++++++++++++++ fs/nfs/nfs4proc.c | 1 - fs/nfs/nfs4xdr.c | 7 ++++ fs/nfsd/nfs4proc.c | 2 +- include/linux/nfs4.h | 3 ++ include/linux/nfs_fs_sb.h | 1 + include/linux/nfs_xdr.h | 19 +++++++++ 14 files changed, 262 insertions(+), 2 deletions(-) create mode 100644 fs/nfs/nfs4.2.h create mode 100644 fs/nfs/nfs4.2proc.c create mode 100644 fs/nfs/nfs4.2xdr.h -- 2.1.0 -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html