From patchwork Wed Jan 30 23:42:16 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chuck Lever X-Patchwork-Id: 2070091 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 2CED63FD1A for ; Wed, 30 Jan 2013 23:42:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756544Ab3A3XmS (ORCPT ); Wed, 30 Jan 2013 18:42:18 -0500 Received: from mail-ie0-f169.google.com ([209.85.223.169]:61655 "EHLO mail-ie0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756418Ab3A3XmS (ORCPT ); Wed, 30 Jan 2013 18:42:18 -0500 Received: by mail-ie0-f169.google.com with SMTP id c14so1827408ieb.14 for ; Wed, 30 Jan 2013 15:42:17 -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=I8h7Az0AlCWgBA1b/pmeNOXqudxVj7lag8+FEJfHyhyxgw54Ue9HxX1x8LLx33V44s 6Xx6fb3oSZb6XhgoBSiweCqdJMtSfM2A5HYJ/rVt/ANZ/aKi8RtGqX+goI32QQhbX4Zp Dqzp3pS92Xe4uCkgt5OFDitEAHBtEGT5DpkjiEWTBvDRvuvrkygWMd+kp1n458xMqWx6 qxvIW+MFpqwyxsFoJAcldta4ezcMDXTiI+MZ44S9tIqgkX4buTWhVXRdvcIoDwdWv7y2 kN3oByIDRLZych4y3eufE0eSlXF43IUi2Fc7dujMvI95KNU7ey4wR/ROD6Sd6D6yxliw enXg== X-Received: by 10.43.91.5 with SMTP id bk5mr1421283icc.20.1359589337580; Wed, 30 Jan 2013 15:42:17 -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 u4sm3962690igw.6.2013.01.30.15.42.16 (version=TLSv1 cipher=RC4-SHA bits=128/128); Wed, 30 Jan 2013 15:42:17 -0800 (PST) From: Chuck Lever Subject: [PATCH v2 2/9] NFS: Remove unneeded forward declaration To: linux-nfs@vger.kernel.org Cc: Chuck Lever Date: Wed, 30 Jan 2013 18:42:16 -0500 Message-ID: <20130130234216.47786.8964.stgit@seurat.1015granger.net> In-Reply-To: <20130130231546.47786.6016.stgit@seurat.1015granger.net> References: <20130130231546.47786.6016.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;