diff options
Diffstat (limited to 'fs/xfs/xfs.h')
| -rw-r--r-- | fs/xfs/xfs.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/fs/xfs/xfs.h b/fs/xfs/xfs.h index 53ec3ea9a62..a742c47f7d5 100644 --- a/fs/xfs/xfs.h +++ b/fs/xfs/xfs.h @@ -24,5 +24,11 @@ #define XFS_BUF_LOCK_TRACKING 1 #endif -#include <linux-2.6/xfs_linux.h> +#ifdef CONFIG_XFS_WARN +#define XFS_WARN 1 +#endif + + +#include "xfs_linux.h" + #endif /* __XFS_H__ */ |
