Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
cloud-kernel
提交
0583fcc9
cloud-kernel
项目概览
openanolis
/
cloud-kernel
1 年多 前同步成功
通知
160
Star
36
Fork
7
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
10
列表
看板
标记
里程碑
合并请求
2
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
cloud-kernel
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
10
Issue
10
列表
看板
标记
里程碑
合并请求
2
合并请求
2
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
0583fcc9
编写于
7月 26, 2011
作者:
A
Al Viro
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
consolidate umode_t declarations
Signed-off-by:
N
Al Viro
<
viro@zeniv.linux.org.uk
>
上级
1bc94226
变更
19
隐藏空白更改
内联
并排
Showing
19 changed file
with
1 addition
and
102 deletion
+1
-102
arch/alpha/include/asm/types.h
arch/alpha/include/asm/types.h
+0
-5
arch/arm/include/asm/types.h
arch/arm/include/asm/types.h
+0
-6
arch/avr32/include/asm/types.h
arch/avr32/include/asm/types.h
+0
-6
arch/cris/include/asm/types.h
arch/cris/include/asm/types.h
+0
-6
arch/frv/include/asm/types.h
arch/frv/include/asm/types.h
+0
-6
arch/h8300/include/asm/types.h
arch/h8300/include/asm/types.h
+0
-17
arch/ia64/include/asm/types.h
arch/ia64/include/asm/types.h
+0
-2
arch/m32r/include/asm/types.h
arch/m32r/include/asm/types.h
+0
-6
arch/m68k/include/asm/types.h
arch/m68k/include/asm/types.h
+0
-6
arch/mips/include/asm/types.h
arch/mips/include/asm/types.h
+0
-6
arch/mn10300/include/asm/types.h
arch/mn10300/include/asm/types.h
+0
-6
arch/parisc/include/asm/types.h
arch/parisc/include/asm/types.h
+0
-6
arch/powerpc/include/asm/types.h
arch/powerpc/include/asm/types.h
+0
-6
arch/s390/include/asm/types.h
arch/s390/include/asm/types.h
+0
-2
arch/sparc/include/asm/posix_types.h
arch/sparc/include/asm/posix_types.h
+0
-2
arch/sparc/include/asm/types.h
arch/sparc/include/asm/types.h
+0
-6
arch/xtensa/include/asm/types.h
arch/xtensa/include/asm/types.h
+0
-2
include/asm-generic/types.h
include/asm-generic/types.h
+0
-6
include/linux/types.h
include/linux/types.h
+1
-0
未找到文件。
arch/alpha/include/asm/types.h
浏览文件 @
0583fcc9
...
...
@@ -15,9 +15,4 @@
#include <asm-generic/int-l64.h>
#endif
#ifndef __ASSEMBLY__
typedef
unsigned
int
umode_t
;
#endif
/* __ASSEMBLY__ */
#endif
/* _ALPHA_TYPES_H */
arch/arm/include/asm/types.h
浏览文件 @
0583fcc9
...
...
@@ -3,12 +3,6 @@
#include <asm-generic/int-ll64.h>
#ifndef __ASSEMBLY__
typedef
unsigned
short
umode_t
;
#endif
/* __ASSEMBLY__ */
/*
* These aren't exported outside the kernel to avoid name space clashes
*/
...
...
arch/avr32/include/asm/types.h
浏览文件 @
0583fcc9
...
...
@@ -10,12 +10,6 @@
#include <asm-generic/int-ll64.h>
#ifndef __ASSEMBLY__
typedef
unsigned
short
umode_t
;
#endif
/* __ASSEMBLY__ */
/*
* These aren't exported outside the kernel to avoid name space clashes
*/
...
...
arch/cris/include/asm/types.h
浏览文件 @
0583fcc9
...
...
@@ -3,12 +3,6 @@
#include <asm-generic/int-ll64.h>
#ifndef __ASSEMBLY__
typedef
unsigned
short
umode_t
;
#endif
/* __ASSEMBLY__ */
/*
* These aren't exported outside the kernel to avoid name space clashes
*/
...
...
arch/frv/include/asm/types.h
浏览文件 @
0583fcc9
...
...
@@ -14,12 +14,6 @@
#include <asm-generic/int-ll64.h>
#ifndef __ASSEMBLY__
typedef
unsigned
short
umode_t
;
#endif
/* __ASSEMBLY__ */
/*
* These aren't exported outside the kernel to avoid name space clashes
*/
...
...
arch/h8300/include/asm/types.h
浏览文件 @
0583fcc9
...
...
@@ -3,27 +3,10 @@
#include <asm-generic/int-ll64.h>
#if !defined(__ASSEMBLY__)
/*
* This file is never included by application software unless
* explicitly requested (e.g., via linux/types.h) in which case the
* application is Linux specific so (user-) name space pollution is
* not a major issue. However, for interoperability, libraries still
* need to be careful to avoid a name clashes.
*/
typedef
unsigned
short
umode_t
;
/*
* These aren't exported outside the kernel to avoid name space clashes
*/
#ifdef __KERNEL__
#define BITS_PER_LONG 32
#endif
/* __KERNEL__ */
#endif
/* __ASSEMBLY__ */
#endif
/* _H8300_TYPES_H */
arch/ia64/include/asm/types.h
浏览文件 @
0583fcc9
...
...
@@ -28,8 +28,6 @@
# define __IA64_UL(x) ((unsigned long)(x))
# define __IA64_UL_CONST(x) x##UL
typedef
unsigned
int
umode_t
;
/*
* These aren't exported outside the kernel to avoid name space clashes
*/
...
...
arch/m32r/include/asm/types.h
浏览文件 @
0583fcc9
...
...
@@ -3,12 +3,6 @@
#include <asm-generic/int-ll64.h>
#ifndef __ASSEMBLY__
typedef
unsigned
short
umode_t
;
#endif
/* __ASSEMBLY__ */
/*
* These aren't exported outside the kernel to avoid name space clashes
*/
...
...
arch/m68k/include/asm/types.h
浏览文件 @
0583fcc9
...
...
@@ -10,12 +10,6 @@
*/
#include <asm-generic/int-ll64.h>
#ifndef __ASSEMBLY__
typedef
unsigned
short
umode_t
;
#endif
/* __ASSEMBLY__ */
/*
* These aren't exported outside the kernel to avoid name space clashes
*/
...
...
arch/mips/include/asm/types.h
浏览文件 @
0583fcc9
...
...
@@ -21,12 +21,6 @@
# include <asm-generic/int-ll64.h>
#endif
#ifndef __ASSEMBLY__
typedef
unsigned
short
umode_t
;
#endif
/* __ASSEMBLY__ */
/*
* These aren't exported outside the kernel to avoid name space clashes
*/
...
...
arch/mn10300/include/asm/types.h
浏览文件 @
0583fcc9
...
...
@@ -13,12 +13,6 @@
#include <asm-generic/int-ll64.h>
#ifndef __ASSEMBLY__
typedef
unsigned
short
umode_t
;
#endif
/* __ASSEMBLY__ */
/*
* These aren't exported outside the kernel to avoid name space clashes
*/
...
...
arch/parisc/include/asm/types.h
浏览文件 @
0583fcc9
...
...
@@ -3,10 +3,4 @@
#include <asm-generic/int-ll64.h>
#ifndef __ASSEMBLY__
typedef
unsigned
short
umode_t
;
#endif
/* __ASSEMBLY__ */
#endif
arch/powerpc/include/asm/types.h
浏览文件 @
0583fcc9
...
...
@@ -27,12 +27,6 @@
* 2 of the License, or (at your option) any later version.
*/
#ifdef __powerpc64__
typedef
unsigned
int
umode_t
;
#else
typedef
unsigned
short
umode_t
;
#endif
typedef
struct
{
__u32
u
[
4
];
}
__attribute__
((
aligned
(
16
)))
__vector128
;
...
...
arch/s390/include/asm/types.h
浏览文件 @
0583fcc9
...
...
@@ -13,8 +13,6 @@
#ifndef __ASSEMBLY__
typedef
unsigned
short
umode_t
;
/* A address type so that arithmetic can be done on it & it can be upgraded to
64 bit when necessary
*/
...
...
arch/sparc/include/asm/posix_types.h
浏览文件 @
0583fcc9
...
...
@@ -20,7 +20,6 @@ typedef unsigned int __kernel_uid_t;
typedef
unsigned
int
__kernel_gid_t
;
typedef
unsigned
long
__kernel_ino_t
;
typedef
unsigned
int
__kernel_mode_t
;
typedef
unsigned
short
__kernel_umode_t
;
typedef
unsigned
int
__kernel_nlink_t
;
typedef
int
__kernel_daddr_t
;
typedef
long
__kernel_off_t
;
...
...
@@ -55,7 +54,6 @@ typedef unsigned short __kernel_uid_t;
typedef
unsigned
short
__kernel_gid_t
;
typedef
unsigned
long
__kernel_ino_t
;
typedef
unsigned
short
__kernel_mode_t
;
typedef
unsigned
short
__kernel_umode_t
;
typedef
short
__kernel_nlink_t
;
typedef
long
__kernel_daddr_t
;
typedef
long
__kernel_off_t
;
...
...
arch/sparc/include/asm/types.h
浏览文件 @
0583fcc9
...
...
@@ -12,12 +12,6 @@
#include <asm-generic/int-ll64.h>
#ifndef __ASSEMBLY__
typedef
unsigned
short
umode_t
;
#endif
/* __ASSEMBLY__ */
#endif
/* defined(__sparc__) */
#endif
/* defined(_SPARC_TYPES_H) */
arch/xtensa/include/asm/types.h
浏览文件 @
0583fcc9
...
...
@@ -23,8 +23,6 @@
#ifndef __ASSEMBLY__
typedef
unsigned
short
umode_t
;
/*
* These aren't exported outside the kernel to avoid name space clashes
*/
...
...
include/asm-generic/types.h
浏览文件 @
0583fcc9
...
...
@@ -6,10 +6,4 @@
*/
#include <asm-generic/int-ll64.h>
#ifndef __ASSEMBLY__
typedef
unsigned
short
umode_t
;
#endif
/* __ASSEMBLY__ */
#endif
/* _ASM_GENERIC_TYPES_H */
include/linux/types.h
浏览文件 @
0583fcc9
...
...
@@ -24,6 +24,7 @@ typedef __kernel_fd_set fd_set;
typedef
__kernel_dev_t
dev_t
;
typedef
__kernel_ino_t
ino_t
;
typedef
__kernel_mode_t
mode_t
;
typedef
unsigned
short
umode_t
;
typedef
__kernel_nlink_t
nlink_t
;
typedef
__kernel_off_t
off_t
;
typedef
__kernel_pid_t
pid_t
;
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录