From patchwork Tue Dec 16 19:01:17 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Haynes X-Patchwork-Id: 5502871 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 5020CBEEA8 for ; Tue, 16 Dec 2014 19:02:35 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 74DE1209D2 for ; Tue, 16 Dec 2014 19:02:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8F0EA209C4 for ; Tue, 16 Dec 2014 19:02:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751121AbaLPTCc (ORCPT ); Tue, 16 Dec 2014 14:02:32 -0500 Received: from mail-pa0-f54.google.com ([209.85.220.54]:61502 "EHLO mail-pa0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751222AbaLPTCb (ORCPT ); Tue, 16 Dec 2014 14:02:31 -0500 Received: by mail-pa0-f54.google.com with SMTP id fb1so14724569pad.13 for ; Tue, 16 Dec 2014 11:02:31 -0800 (PST) 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=JENj+o+cuHZ4bucfbwMiiHjuj1TiCu3NYQdlpWJNMlk=; b=DTXmql2oAVIF7m/akeUSkMFae3Ewk5EPlwiQA46DkfyY1jFNb89T/UsrK2eOq/VG7H 040HUE9tAsynRKLvKHRFpSI7sHFz/cDd/lCOdvOL8PhVcJvMy0INkaJpGTXnmmwyDf37 fWSJdeSIdY74+3fwXkrEtFskvq89f6DLiCnPJpaQtA3A9xBm5nwne7Q6noWCPmcQ0Tym Pn3+aoTbR04NdcvsybtGd9GNBhng3R8wFVj1kk6UbD0Gx7UePu8E8isyG0gpQiuxHRJI k9cMNKpLy/tgMfKJLK+wJ0KK301d8aS7Tmoa4/OTotWdT8pji60eVNdSShWRrnXACmt0 7Hhw== X-Gm-Message-State: ALoCoQmzz0KWNISZIa+dWMDBuxJH3nJtS6rfo/KRy9f4MgMHkTX34agz6pJMjj8fyDqwPMzHLqjl X-Received: by 10.66.251.167 with SMTP id zl7mr64105435pac.140.1418756550722; Tue, 16 Dec 2014 11:02:30 -0800 (PST) Received: from localhost.localdomain ([50.242.95.105]) by mx.google.com with ESMTPSA id q4sm1620669pdh.79.2014.12.16.11.02.29 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 16 Dec 2014 11:02:30 -0800 (PST) From: Tom Haynes X-Google-Original-From: Tom Haynes To: Trond Myklebust Cc: Linux NFS Mailing List Subject: [PATCH 14/50] nfs4: export nfs4_sequence_done Date: Tue, 16 Dec 2014 11:01:17 -0800 Message-Id: <1418756513-95187-15-git-send-email-loghyr@primarydata.com> X-Mailer: git-send-email 1.9.3 In-Reply-To: <1418756513-95187-1-git-send-email-loghyr@primarydata.com> References: <1418756513-95187-1-git-send-email-loghyr@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=-6.9 required=5.0 tests=BAYES_00, 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: Peng Tao Signed-off-by: Peng Tao Signed-off-by: Tom Haynes --- fs/nfs/nfs4_fs.h | 2 ++ fs/nfs/nfs4proc.c | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/fs/nfs/nfs4_fs.h b/fs/nfs/nfs4_fs.h index 90c4ffe..b3c771e 100644 --- a/fs/nfs/nfs4_fs.h +++ b/fs/nfs/nfs4_fs.h @@ -447,6 +447,8 @@ extern int nfs40_setup_sequence(struct nfs4_slot_table *tbl, struct nfs4_sequence_args *args, struct nfs4_sequence_res *res, struct rpc_task *task); +extern int nfs4_sequence_done(struct rpc_task *task, + struct nfs4_sequence_res *res); extern void nfs4_free_lock_state(struct nfs_server *server, struct nfs4_lock_state *lsp); diff --git a/fs/nfs/nfs4proc.c b/fs/nfs/nfs4proc.c index 9b1a481..4883a42 100644 --- a/fs/nfs/nfs4proc.c +++ b/fs/nfs/nfs4proc.c @@ -694,8 +694,7 @@ out_retry: } EXPORT_SYMBOL_GPL(nfs41_sequence_done); -static int nfs4_sequence_done(struct rpc_task *task, - struct nfs4_sequence_res *res) +int nfs4_sequence_done(struct rpc_task *task, struct nfs4_sequence_res *res) { if (res->sr_slot == NULL) return 1; @@ -703,6 +702,7 @@ static int nfs4_sequence_done(struct rpc_task *task, return nfs40_sequence_done(task, res); return nfs41_sequence_done(task, res); } +EXPORT_SYMBOL_GPL(nfs4_sequence_done); int nfs41_setup_sequence(struct nfs4_session *session, struct nfs4_sequence_args *args,