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
| Person | Tokens | Prop | Commits | CommitProp |
pre-git | pre-git | 9 | 40.91% | 1 | 16.67% |
yoav zach | yoav zach | 4 | 18.18% | 1 | 16.67% |
stephen rothwell | stephen rothwell | 4 | 18.18% | 2 | 33.33% |
andrew morton | andrew morton | 3 | 13.64% | 1 | 16.67% |
tony luck | tony luck | 2 | 9.09% | 1 | 16.67% |
| Total | 22 | 100.00% | 6 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.