From patchwork Thu Sep 26 18:42:59 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Benny Halevy X-Patchwork-Id: 2950521 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.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 9F17E9F288 for ; Thu, 26 Sep 2013 18:43:10 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id C5C1B2017B for ; Thu, 26 Sep 2013 18:43:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1CE1D202DD for ; Thu, 26 Sep 2013 18:43:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753295Ab3IZSnE (ORCPT ); Thu, 26 Sep 2013 14:43:04 -0400 Received: from mail-qe0-f44.google.com ([209.85.128.44]:38871 "EHLO mail-qe0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753005Ab3IZSnC (ORCPT ); Thu, 26 Sep 2013 14:43:02 -0400 Received: by mail-qe0-f44.google.com with SMTP id 3so1111709qeb.17 for ; Thu, 26 Sep 2013 11:43:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references; bh=1R78rNEVt6bIvRO0RsNtiuiFhDrXnMYaA6HaNBwSgv8=; b=OH9hdh6m0z5xDUu6NBiiKy4V1+hC6FYWN5pfbQT8aJrvzX+p8/TFNMO6B5oXG3r8GE hBQ3mICbWAw8MbxRea8dI6vHeQ1iHyOsMkuZaL1t35Eea5klA9JUqRSTzpzzz272xScr C2efmCAmbPHmKs2vTpXubg/a46nfQbxjwMcmTTiiDrM+vInhpGkawdL0YN3q++HBXXjv +491ekB19tfnbNDI6Wl52p2mokNM/OXs4ktRKL73Gl2EqtPArYvBwWtC4q3PfETK7I7o M3Txq6k+NfkwygmE7dnYNo7XiwXFQBExlvek5tApfNrJUWFQGtpLxqtyObpd2A5gBgIT r2aw== X-Received: by 10.224.32.133 with SMTP id c5mr8713970qad.84.1380220982051; Thu, 26 Sep 2013 11:43:02 -0700 (PDT) Received: from bhalevy-lt.il.tonian.com.com (nat-pool-bos-u.redhat.com. [66.187.233.207]) by mx.google.com with ESMTPSA id n9sm10268478qag.8.1969.12.31.16.00.00 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 26 Sep 2013 11:43:01 -0700 (PDT) From: Benny Halevy To: " J. Bruce Fields" Cc: linux-nfs@vger.kernel.org Subject: [PATCH RFC v0 45/49] nfs: resolve compile dependency in nfs_xdr.h Date: Thu, 26 Sep 2013 14:42:59 -0400 Message-Id: <1380220979-14761-1-git-send-email-bhalevy@primarydata.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <52447EA0.7070004@primarydata.com> References: <52447EA0.7070004@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=-9.2 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD,T_DKIM_INVALID,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: Benny Halevy Include headers in nfs_xdr.h required for struct rpc_task, nfs4_verifier, nfs4_stateid Cc: Trond Myklebust Signed-off-by: Benny Halevy [add more includes needed since v3.4-rc] Signed-off-by: Benny Halevy --- include/linux/nfs_xdr.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h index 01fd84b..93cbda7 100644 --- a/include/linux/nfs_xdr.h +++ b/include/linux/nfs_xdr.h @@ -3,6 +3,10 @@ #include #include +#include +#include +#include +#include /* * To change the maximum rsize and wsize supported by the NFS client, adjust