From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31258 invoked by alias); 27 Mar 2009 22:17:53 -0000 Received: (qmail 31251 invoked by alias); 27 Mar 2009 22:17:52 -0000 X-SWARE-Spam-Status: No, hits=-1.6 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS X-Spam-Status: No, hits=-1.6 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS X-Spam-Check-By: sourceware.org X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on bastion.fedora.phx.redhat.com Subject: cluster: RHEL5 - gfs_quota: fix compile error To: cluster-cvs-relay@redhat.com X-Project: Cluster Project X-Git-Module: cluster.git X-Git-Refname: refs/heads/RHEL5 X-Git-Reftype: branch X-Git-Oldrev: 0358149f71b17247c6109fc1d31e71bdf264cf33 X-Git-Newrev: 35f2b0df8c8acc5371a6d45c398bd7cb12937ab5 From: Abhijith Das Message-Id: <20090327221729.A587912020C@lists.fedorahosted.org> Date: Fri, 27 Mar 2009 22:17:00 -0000 X-Scanned-By: MIMEDefang 2.58 on 172.16.52.254 Mailing-List: contact cluster-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: cluster-cvs-owner@sourceware.org X-SW-Source: 2009-q1/txt/msg00974.txt.bz2 Gitweb: http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=35f2b0df8c8acc5371a6d45c398bd7cb12937ab5 Commit: 35f2b0df8c8acc5371a6d45c398bd7cb12937ab5 Parent: 0358149f71b17247c6109fc1d31e71bdf264cf33 Author: Abhijith Das AuthorDate: Fri Mar 27 17:13:34 2009 -0500 Committer: Abhijith Das CommitterDate: Fri Mar 27 17:13:34 2009 -0500 gfs_quota: fix compile error replaced #include with #include "gfs_ioctl.h" and #include with #include "gfs_ondisk.h" --- gfs/gfs_quota/layout.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gfs/gfs_quota/layout.c b/gfs/gfs_quota/layout.c index 3a8bd2c..610b1e2 100644 --- a/gfs/gfs_quota/layout.c +++ b/gfs/gfs_quota/layout.c @@ -25,8 +25,8 @@ #include #define __user -#include -#include +#include "gfs_ioctl.h" +#include "gfs_ondisk.h" #include "osi_list.h" #include "linux_endian.h"