From patchwork Fri Oct 3 06:44:11 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Haynes X-Patchwork-Id: 5022571 Return-Path: X-Original-To: patchwork-linux-nfs@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id BF11CC11AB for ; Fri, 3 Oct 2014 13:45:36 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id BDE7920165 for ; Fri, 3 Oct 2014 13:45:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id A135F2010B for ; Fri, 3 Oct 2014 13:45:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752528AbaJCNpd (ORCPT ); Fri, 3 Oct 2014 09:45:33 -0400 Received: from mail-ig0-f176.google.com ([209.85.213.176]:53723 "EHLO mail-ig0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752152AbaJCNpd (ORCPT ); Fri, 3 Oct 2014 09:45:33 -0400 Received: by mail-ig0-f176.google.com with SMTP id hn15so1847igb.3 for ; Fri, 03 Oct 2014 06:45:32 -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; bh=8Z5feho84XpY8M7hMqUdrhNRSJsbQz2ly41/6+ndGyY=; b=cBqsN6l6u4vtKtBK8pufPOsyoxaST77W1GVDh9JX7Gc144QmlHSR71ygTxJwnk7bUp hBhasHXElCE1Qeu3M95rFhSiuJ4UlucXHjDebYsqmh8FQm+JyCC69VyEBayGeOdNgX/v DnmZ3vkWpfeJ5ynt13VhuZujECp686UganBZlX1CZpdlrJw9AkPIJO6++zpacI/hr46r 6iLWlq+BHuUOKkwcNuwfsvtutJPR45B5Cy9TULJkVJijF2vNUYJn58pFiPaVIKZLV5PA ZmwJ/M4swSl5xpFX/Lm2deuWKKdW95NsjIrlPVbgGgwk46S1uXfA4JpA9uzm0a2iW8Df vALg== X-Gm-Message-State: ALoCoQkRNYGWALoow8lTrUk2mY4VIeoiddVWArMD2yWV/+asWr1ofA1k7kQzSEtG4i9Nq9mHylx1 X-Received: by 10.50.79.165 with SMTP id k5mr14675184igx.16.1412343932223; Fri, 03 Oct 2014 06:45:32 -0700 (PDT) Received: from floor16.localdomain (c-71-227-117-37.hsd1.mi.comcast.net. [71.227.117.37]) by mx.google.com with ESMTPSA id ki5sm1754163igb.2.2014.10.03.06.45.31 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Fri, 03 Oct 2014 06:45:31 -0700 (PDT) From: Thomas Haynes X-Google-Original-From: Thomas Haynes To: Trond Myklebust Cc: Linux NFS Mailing list , Tom Haynes Subject: [PATCH] NFSv4: Remove dead prototype for nfs4_insert_deviceid_node() Date: Thu, 2 Oct 2014 23:44:11 -0700 Message-Id: <1412318651-53549-1-git-send-email-Thomas.Haynes@primarydata.com> X-Mailer: git-send-email 1.7.7.6 Sender: linux-nfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-nfs@vger.kernel.org X-Spam-Status: No, score=-5.4 required=5.0 tests=BAYES_00, DATE_IN_PAST_06_12, RCVD_IN_DNSWL_HI,T_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 From: Tom Haynes nfs4_insert_deviceid_node() was removed in 661373b13d0490ff410a2133d4a7a117f2dd037e Signed-off-by: Tom Haynes Reviewed-by: Christoph Hellwig --- fs/nfs/pnfs.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/fs/nfs/pnfs.h b/fs/nfs/pnfs.h index 693ce42..509a710 100644 --- a/fs/nfs/pnfs.h +++ b/fs/nfs/pnfs.h @@ -270,7 +270,6 @@ nfs4_find_get_deviceid(struct nfs_server *server, void nfs4_delete_deviceid(const struct pnfs_layoutdriver_type *, const struct nfs_client *, const struct nfs4_deviceid *); void nfs4_init_deviceid_node(struct nfs4_deviceid_node *, struct nfs_server *, const struct nfs4_deviceid *); -struct nfs4_deviceid_node *nfs4_insert_deviceid_node(struct nfs4_deviceid_node *); bool nfs4_put_deviceid_node(struct nfs4_deviceid_node *); void nfs4_mark_deviceid_unavailable(struct nfs4_deviceid_node *node); bool nfs4_test_deviceid_unavailable(struct nfs4_deviceid_node *node);