From patchwork Mon Feb 4 20:19:12 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chuck Lever X-Patchwork-Id: 2095021 Return-Path: X-Original-To: patchwork-linux-nfs@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id 075023FD56 for ; Mon, 4 Feb 2013 20:19:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754637Ab3BDUTP (ORCPT ); Mon, 4 Feb 2013 15:19:15 -0500 Received: from mail-ie0-f182.google.com ([209.85.223.182]:44419 "EHLO mail-ie0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754500Ab3BDUTO (ORCPT ); Mon, 4 Feb 2013 15:19:14 -0500 Received: by mail-ie0-f182.google.com with SMTP id k14so6242501iea.41 for ; Mon, 04 Feb 2013 12:19:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:from:subject:to:cc:date:message-id:in-reply-to :references:user-agent:mime-version:content-type :content-transfer-encoding; bh=bbhqzrDjKSs0a0Rsl0sQtbWpP8RoPwduoszueI/xYCc=; b=kQgZjYqpENE3AvqlKuDMVR/3Kn/FEt3AK1QeuloyW8m0OFP9QHOol5U/HKzAvu3PtR UXRXWRh9kiwNeQUe0L59xc4gia92igIl5EbEUPvTzavXs5uRYKKTwrIHp/Y3hNPkODH/ CnvLUqgJzIthu8mEzVFmfj6vf2k6N5zjtr0dV9fkEYIcWG+4Ivzoq7fFkLwFKKLzC/hw c2GAx/cg7RaZdwA9qJkWZ9PDe+qlXDXvynRcR1kgcg2mbPHHGoz9IjyAa1Pw+p+OxDqJ 9DXu4iGDVKRK1+BRsABmAvUx6ZfxNTmHshJJv9WW38iT2X4SEYZlyJvFFoQaiytefAgx eVPw== X-Received: by 10.50.47.231 with SMTP id g7mr8852687ign.83.1360009154454; Mon, 04 Feb 2013 12:19:14 -0800 (PST) Received: from seurat.1015granger.net (adsl-99-26-161-222.dsl.sfldmi.sbcglobal.net. [99.26.161.222]) by mx.google.com with ESMTPS id xd4sm18032353igb.3.2013.02.04.12.19.13 (version=TLSv1 cipher=RC4-SHA bits=128/128); Mon, 04 Feb 2013 12:19:13 -0800 (PST) From: Chuck Lever Subject: [PATCH v3 2/9] NFS: Remove unneeded forward declaration To: trond.myklebust@netapp.com Cc: linux-nfs@vger.kernel.org Date: Mon, 04 Feb 2013 15:19:12 -0500 Message-ID: <20130204201912.1518.34067.stgit@seurat.1015granger.net> In-Reply-To: <20130204201458.1518.12931.stgit@seurat.1015granger.net> References: <20130204201458.1518.12931.stgit@seurat.1015granger.net> User-Agent: StGIT/0.14.3 MIME-Version: 1.0 Sender: linux-nfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-nfs@vger.kernel.org I've built with NFSv4 enabled and disabled. This forward declaration does not seem to be required. Signed-off-by: Chuck Lever --- include/linux/nfs_xdr.h | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h index 29adb12..467167402 100644 --- a/include/linux/nfs_xdr.h +++ b/include/linux/nfs_xdr.h @@ -14,9 +14,6 @@ #define NFS_DEF_FILE_IO_SIZE (4096U) #define NFS_MIN_FILE_IO_SIZE (1024U) -/* Forward declaration for NFS v3 */ -struct nfs4_secinfo_flavors; - struct nfs4_string { unsigned int len; char *data;