cregit-Linux how code gets into the kernel

Release 4.18 fs/xfs/xfs.h

Directory: fs/xfs
// 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

PersonTokensPropCommitsCommitProp
Vlad Apostolov1328.89%116.67%
Christoph Hellwig1124.44%116.67%
Dave Chinner1124.44%233.33%
Brian Foster920.00%116.67%
Alex Elder12.22%116.67%
Total45100.00%6100.00%
Directory: fs/xfs
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.