From mboxrd@z Thu Jan 1 00:00:00 1970 From: Benny Halevy Subject: Re: [PATCH v2 07/47] nfsd41: define nfs41 error codes Date: Mon, 30 Mar 2009 22:59:23 +0300 Message-ID: <49D1249B.4050701@panasas.com> References: <49CDDFC2.4070402@panasas.com> <1238229075-9010-1-git-send-email-bhalevy@panasas.com> <20090330181640.GD31237@fieldses.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Cc: linux-nfs@vger.kernel.org, pnfs@linux-nfs.org To: "J. Bruce Fields" Return-path: Received: from gw-ca.panasas.com ([209.116.51.66]:28592 "EHLO laguna.int.panasas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1758698AbZC3T72 (ORCPT ); Mon, 30 Mar 2009 15:59:28 -0400 In-Reply-To: <20090330181640.GD31237@fieldses.org> Sender: linux-nfs-owner@vger.kernel.org List-ID: On Mar. 30, 2009, 21:16 +0300, "J. Bruce Fields" wrote: > On Sat, Mar 28, 2009 at 11:31:15AM +0300, Benny Halevy wrote: >> From: Marc Eshel >> >> Define all error code present in >> http://tools.ietf.org/html/draft-ietf-nfsv4-minorversion1-29. >> >> Signed-off-by: Benny Halevy >> [nfsd41: clean up error code definitions] >> Signed-off-by: Benny Halevy >> --- >> include/linux/nfs.h | 2 -- >> include/linux/nfsd/nfsd.h | 43 ++++++++++++++++++++++++++++++++++++++++++- >> 2 files changed, 42 insertions(+), 3 deletions(-) >> >> diff --git a/include/linux/nfs.h b/include/linux/nfs.h >> index 1510a64..214d499 100644 >> --- a/include/linux/nfs.h >> +++ b/include/linux/nfs.h >> @@ -109,8 +109,6 @@ >> NFSERR_FILE_OPEN = 10046, /* v4 */ >> NFSERR_ADMIN_REVOKED = 10047, /* v4 */ >> NFSERR_CB_PATH_DOWN = 10048, /* v4 */ >> - >> - NFSERR_REPLAY_ME = 11001, /* linux internal */ > > This renders "[PATCH v2 05/47] nfsd41: change NFSERR_REPLAY_ME" moot; > just drop that previous patch. I see you already pulled the former patch into for-2.6.30... Benny > > --b.