]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] update dqblk_xfs.h inclusion guards
authorChristoph Hellwig <hch@lst.de>
Thu, 1 Aug 2002 05:21:30 +0000 (22:21 -0700)
committerChristoph Hellwig <hch@sb.bsdonline.org>
Thu, 1 Aug 2002 05:21:30 +0000 (22:21 -0700)
This file was called xqm.h previously, and the inclusion guards still
think it is..

include/linux/dqblk_xfs.h

index d077bc18a4240e4a403cb704ef81126489646f8d..ab4ee81a94e99e05e68ff1a8e4c15f2647720775 100644 (file)
@@ -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 <linux/types.h>
 
@@ -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 */