perf list: Add missing documentation for --desc and --debug options
[linux/fpc-iii.git] / fs / xfs / xfs.h
blob583a9f539bf1726894f6692c3510fd4b3a7af38d
1 // SPDX-License-Identifier: GPL-2.0
2 /*
3 * Copyright (c) 2000-2003,2005 Silicon Graphics, Inc.
4 * All Rights Reserved.
5 */
6 #ifndef __XFS_H__
7 #define __XFS_H__
9 #ifdef CONFIG_XFS_DEBUG
10 #define DEBUG 1
11 #define XFS_BUF_LOCK_TRACKING 1
12 #endif
14 #ifdef CONFIG_XFS_ASSERT_FATAL
15 #define XFS_ASSERT_FATAL 1
16 #endif
18 #ifdef CONFIG_XFS_WARN
19 #define XFS_WARN 1
20 #endif
23 #include "xfs_linux.h"
25 #endif /* __XFS_H__ */