From patchwork Tue Aug 25 16:13:16 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peng Tao X-Patchwork-Id: 7071871 Return-Path: X-Original-To: patchwork-linux-nfs@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id D37F89F344 for ; Tue, 25 Aug 2015 16:13:41 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 1F0B7207F6 for ; Tue, 25 Aug 2015 16:13:41 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 4A710207F1 for ; Tue, 25 Aug 2015 16:13:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753805AbbHYQNj (ORCPT ); Tue, 25 Aug 2015 12:13:39 -0400 Received: from mail-pa0-f43.google.com ([209.85.220.43]:33005 "EHLO mail-pa0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753280AbbHYQNj (ORCPT ); Tue, 25 Aug 2015 12:13:39 -0400 Received: by pacti10 with SMTP id ti10so55499875pac.0 for ; Tue, 25 Aug 2015 09:13:38 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=CFuoNr8eou9y55NfQ3BfL7S5kic+J7s0hjFXDjNJBeQ=; b=Fu33iQM3zONLIzx6evUfHwCkH7615nLmxecORYB8Lld/INQHT6Thvfqbo7HlB+3CAL y6+q/QaZF2cAQMFiNaFnQJc+kwSZX0b9QKlHJ8KSmzk2gfrrVhxuYPb43YqxDyPVSnJE gxTETqC290vFlwcWQpy777Hk4nkRPvQ6VJjtF/Pw62PIShJDF94O69tdufGAtAG48a02 fYOU9he+Ab9NDwk8CRVJUKt5/0EhCuSZLkgcdbZ8LIABMSaQQhUIepdbNOyIohZwQ35h Wze/XnGbiZR5vgXMPfD+sdAWQwlkjE/HwX7XCgYS3VMDQ7goSdh11jhX8Yb4L4shXviu YPNQ== X-Gm-Message-State: ALoCoQkE07a/OIXTPWdKuPCPOwh7lO5+a5GT0rquyT1ekuqiskACaN2WCBjkSEO6DZ1+5HhqLH2m X-Received: by 10.68.111.228 with SMTP id il4mr58641249pbb.44.1440519218639; Tue, 25 Aug 2015 09:13:38 -0700 (PDT) Received: from lear.localdomain (ec2-54-65-164-9.ap-northeast-1.compute.amazonaws.com. [54.65.164.9]) by smtp.gmail.com with ESMTPSA id w2sm20119120pdo.89.2015.08.25.09.13.35 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 25 Aug 2015 09:13:38 -0700 (PDT) From: Peng Tao To: linux-nfs@vger.kernel.org Cc: Anna Schumaker , Trond Myklebust , Peng Tao Subject: [PATCH 2/2] nfs42: remove unused declaration Date: Wed, 26 Aug 2015 00:13:16 +0800 Message-Id: <1440519196-116456-3-git-send-email-tao.peng@primarydata.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1440519196-116456-1-git-send-email-tao.peng@primarydata.com> References: <1440519196-116456-1-git-send-email-tao.peng@primarydata.com> Sender: linux-nfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-nfs@vger.kernel.org X-Spam-Status: No, score=-8.2 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Reviewed-by: Christoph Hellwig Signed-off-by: Peng Tao --- fs/nfs/nfs42.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/fs/nfs/nfs42.h b/fs/nfs/nfs42.h index ff66ae7..814c125 100644 --- a/fs/nfs/nfs42.h +++ b/fs/nfs/nfs42.h @@ -17,7 +17,5 @@ int nfs42_proc_deallocate(struct file *, loff_t, loff_t); loff_t nfs42_proc_llseek(struct file *, loff_t, int); int nfs42_proc_layoutstats_generic(struct nfs_server *, struct nfs42_layoutstat_data *); -/* nfs4.2xdr.h */ -extern struct rpc_procinfo nfs4_2_procedures[]; #endif /* __LINUX_FS_NFS_NFS4_2_H */