cregit-Linux how code gets into the kernel

Release 4.10 arch/ia64/include/uapi/asm/fcntl.h

#ifndef _ASM_IA64_FCNTL_H

#define _ASM_IA64_FCNTL_H
/*
 * Modified 1998-2000
 *      David Mosberger-Tang <davidm@hpl.hp.com>, Hewlett-Packard Co.
 */


#define force_o_largefile()	\
		(personality(current->personality) != PER_LINUX32)

#include <linux/personality.h>
#include <asm-generic/fcntl.h>

#endif /* _ASM_IA64_FCNTL_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
pre-gitpre-git940.91%116.67%
yoav zachyoav zach418.18%116.67%
stephen rothwellstephen rothwell418.18%233.33%
andrew mortonandrew morton313.64%116.67%
tony lucktony luck29.09%116.67%
Total22100.00%6100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.