Commit 47a4bc9a authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Christoph Hellwig

[PATCH] update dqblk_xfs.h inclusion guards

This file was called xqm.h previously, and the inclusion guards still
think it is..
parent 149b5757
...@@ -30,8 +30,8 @@ ...@@ -30,8 +30,8 @@
* *
* http://oss.sgi.com/projects/GenInfo/SGIGPLNoticeExplan/ * http://oss.sgi.com/projects/GenInfo/SGIGPLNoticeExplan/
*/ */
#ifndef _LINUX_XQM_H #ifndef _LINUX_DQBLK_XFS_H
#define _LINUX_XQM_H #define _LINUX_DQBLK_XFS_H
#include <linux/types.h> #include <linux/types.h>
...@@ -156,4 +156,4 @@ typedef struct fs_quota_stat { ...@@ -156,4 +156,4 @@ typedef struct fs_quota_stat {
__u16 qs_iwarnlimit; /* limit for num warnings */ __u16 qs_iwarnlimit; /* limit for num warnings */
} fs_quota_stat_t; } fs_quota_stat_t;
#endif /* _LINUX_XQM_H */ #endif /* _LINUX_DQBLK_XFS_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment