Release 4.18 fs/xfs/xfs.h
// SPDX-License-Identifier: GPL-2.0
/*
* Copyright (c) 2000-2003,2005 Silicon Graphics, Inc.
* All Rights Reserved.
*/
#ifndef __XFS_H__
#define __XFS_H__
#ifdef CONFIG_XFS_DEBUG
#define DEBUG 1
#define XFS_BUF_LOCK_TRACKING 1
#endif
#ifdef CONFIG_XFS_ASSERT_FATAL
#define XFS_ASSERT_FATAL 1
#endif
#ifdef CONFIG_XFS_WARN
#define XFS_WARN 1
#endif
#include "xfs_linux.h"
#endif /* __XFS_H__ */
Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp |
| Vlad Apostolov | 13 | 28.89% | 1 | 16.67% |
| Christoph Hellwig | 11 | 24.44% | 1 | 16.67% |
| Dave Chinner | 11 | 24.44% | 2 | 33.33% |
| Brian Foster | 9 | 20.00% | 1 | 16.67% |
| Alex Elder | 1 | 2.22% | 1 | 16.67% |
| Total | 45 | 100.00% | 6 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.