From: Christoph Hellwig Date: Thu, 1 Aug 2002 05:21:30 +0000 (-0700) Subject: [PATCH] update dqblk_xfs.h inclusion guards X-Git-Tag: v2.5.30~8^2~2^2~28 X-Git-Url: http://git.neil.brown.name/?a=commitdiff_plain;h=47a4bc9a53fca400043584dfe259680028b2ff25;p=history.git [PATCH] update dqblk_xfs.h inclusion guards This file was called xqm.h previously, and the inclusion guards still think it is.. --- diff --git a/include/linux/dqblk_xfs.h b/include/linux/dqblk_xfs.h index d077bc18a424..ab4ee81a94e9 100644 --- a/include/linux/dqblk_xfs.h +++ b/include/linux/dqblk_xfs.h @@ -30,8 +30,8 @@ * * http://oss.sgi.com/projects/GenInfo/SGIGPLNoticeExplan/ */ -#ifndef _LINUX_XQM_H -#define _LINUX_XQM_H +#ifndef _LINUX_DQBLK_XFS_H +#define _LINUX_DQBLK_XFS_H #include @@ -156,4 +156,4 @@ typedef struct fs_quota_stat { __u16 qs_iwarnlimit; /* limit for num warnings */ } fs_quota_stat_t; -#endif /* _LINUX_XQM_H */ +#endif /* _LINUX_DQBLK_XFS_H */