nfsd: don't fail unchecked creates of non-special files
[zen-stable.git] / arch / cris / include / asm / types.h
blobadaf82780bb4df9d97ec990087c47522faefccaa
1 #ifndef _ETRAX_TYPES_H
2 #define _ETRAX_TYPES_H
4 #include <asm-generic/int-ll64.h>
6 /*
7 * These aren't exported outside the kernel to avoid name space clashes
8 */
9 #ifdef __KERNEL__
11 #define BITS_PER_LONG 32
13 #endif /* __KERNEL__ */
15 #endif