blob: 583a9f539bf1726894f6692c3510fd4b3a7af38d [file] [log] [blame]
Dave Chinner0b61f8a2018-06-05 19:42:14 -07001// SPDX-License-Identifier: GPL-2.0
Linus Torvalds1da177e2005-04-16 15:20:36 -07002/*
Nathan Scott7b718762005-11-02 14:58:39 +11003 * Copyright (c) 2000-2003,2005 Silicon Graphics, Inc.
4 * All Rights Reserved.
Linus Torvalds1da177e2005-04-16 15:20:36 -07005 */
6#ifndef __XFS_H__
7#define __XFS_H__
Vlad Apostolov93c189c2006-11-11 18:03:49 +11008
9#ifdef CONFIG_XFS_DEBUG
Vlad Apostolov93c189c2006-11-11 18:03:49 +110010#define DEBUG 1
11#define XFS_BUF_LOCK_TRACKING 1
Vlad Apostolov93c189c2006-11-11 18:03:49 +110012#endif
13
Brian Foster1040960e2017-06-14 21:29:13 -070014#ifdef CONFIG_XFS_ASSERT_FATAL
15#define XFS_ASSERT_FATAL 1
16#endif
17
Dave Chinner742ae1e2013-04-30 21:39:34 +100018#ifdef CONFIG_XFS_WARN
19#define XFS_WARN 1
20#endif
21
22
Alex Elder06f8e2d2011-08-12 13:57:55 -050023#include "xfs_linux.h"
24
Linus Torvalds1da177e2005-04-16 15:20:36 -070025#endif /* __XFS_H__ */