From patchwork Tue Aug 25 15:33:42 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peng Tao X-Patchwork-Id: 7071621 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 F20E29F344 for ; Tue, 25 Aug 2015 15:35:21 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 3B14B204EA for ; Tue, 25 Aug 2015 15:35:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1DB5020896 for ; Tue, 25 Aug 2015 15:35:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755531AbbHYPfP (ORCPT ); Tue, 25 Aug 2015 11:35:15 -0400 Received: from mail-pa0-f50.google.com ([209.85.220.50]:35822 "EHLO mail-pa0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751924AbbHYPfN (ORCPT ); Tue, 25 Aug 2015 11:35:13 -0400 Received: by pacdd16 with SMTP id dd16so127519781pac.2 for ; Tue, 25 Aug 2015 08:35:12 -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=AKaZYJgXo+jfJ7psiM6ebhvlpqNwKzr4wU2OzM/O/HsMr8unmtrgllTfKOP3I99+yi sXxxlqs9WCrpseHf3cOKUpXApvdFPEAc2idn20G1/pxHZLBx7OsJVc935u/w7lxpVNOa JC+sxKFttOMs0dmqJjXe5Ub6ItNwmZZuABMHz1Zn7AEpuSRWD694DqI7fTm+xJ9JnZ1y PIy/BHHAEtixhNIFPw1BQ5zZAeZB8HhOSX3or7PX24kp4Xfs1zpYcnff8/f9WC501KsQ 7GDf3wSbb2rtkVl1iUW0y1qmm9161yRTeh1INuIDL0UE9qTPpihBf3H+PDjhy1H5h2kb pagA== X-Gm-Message-State: ALoCoQlrGn520Qi40Y7fGWKqF7/DTnkaVb047yu6bvErysZkLp0TKEZQ7kx1xV1qY5NCcKdp8Z8G X-Received: by 10.66.122.73 with SMTP id lq9mr42969896pab.61.1440516912466; Tue, 25 Aug 2015 08:35:12 -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 hu13sm21462120pdb.72.2015.08.25.08.35.08 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 25 Aug 2015 08:35:11 -0700 (PDT) From: Peng Tao To: linux-nfs@vger.kernel.org Cc: Trond Myklebust , Anna Schumaker , Christoph Hellwig , Zach Brown , Darren Hart , bfields@fieldses.org, Jeff Layton , Peng Tao Subject: [PATCH RFC 04/11] nfs42: remove unused declaration Date: Tue, 25 Aug 2015 23:33:42 +0800 Message-Id: <1440516829-116041-5-git-send-email-tao.peng@primarydata.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1440516829-116041-1-git-send-email-tao.peng@primarydata.com> References: <1440516829-116041-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 */