Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
Kernel
提交
dcca3fec
K
Kernel
项目概览
openeuler
/
Kernel
1 年多 前同步成功
通知
8
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
K
Kernel
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
dcca3fec
编写于
7月 26, 2011
作者:
A
Al Viro
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
ext4: propagate umode_t
Signed-off-by:
N
Al Viro
<
viro@zeniv.linux.org.uk
>
上级
69b34f3a
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
5 addition
and
5 deletion
+5
-5
fs/ext4/ext4.h
fs/ext4/ext4.h
+1
-1
fs/ext4/ialloc.c
fs/ext4/ialloc.c
+4
-4
未找到文件。
fs/ext4/ext4.h
浏览文件 @
dcca3fec
...
...
@@ -1819,7 +1819,7 @@ extern int ext4fs_dirhash(const char *name, int len, struct
dx_hash_info
*
hinfo
);
/* ialloc.c */
extern
struct
inode
*
ext4_new_inode
(
handle_t
*
,
struct
inode
*
,
in
t
,
extern
struct
inode
*
ext4_new_inode
(
handle_t
*
,
struct
inode
*
,
umode_
t
,
const
struct
qstr
*
qstr
,
__u32
goal
,
uid_t
*
owner
);
extern
void
ext4_free_inode
(
handle_t
*
,
struct
inode
*
);
...
...
fs/ext4/ialloc.c
浏览文件 @
dcca3fec
...
...
@@ -351,7 +351,7 @@ static void get_orlov_stats(struct super_block *sb, ext4_group_t g,
*/
static
int
find_group_orlov
(
struct
super_block
*
sb
,
struct
inode
*
parent
,
ext4_group_t
*
group
,
in
t
mode
,
ext4_group_t
*
group
,
umode_
t
mode
,
const
struct
qstr
*
qstr
)
{
ext4_group_t
parent_group
=
EXT4_I
(
parent
)
->
i_block_group
;
...
...
@@ -497,7 +497,7 @@ static int find_group_orlov(struct super_block *sb, struct inode *parent,
}
static
int
find_group_other
(
struct
super_block
*
sb
,
struct
inode
*
parent
,
ext4_group_t
*
group
,
in
t
mode
)
ext4_group_t
*
group
,
umode_
t
mode
)
{
ext4_group_t
parent_group
=
EXT4_I
(
parent
)
->
i_block_group
;
ext4_group_t
i
,
last
,
ngroups
=
ext4_get_groups_count
(
sb
);
...
...
@@ -602,7 +602,7 @@ static int find_group_other(struct super_block *sb, struct inode *parent,
*/
static
int
ext4_claim_inode
(
struct
super_block
*
sb
,
struct
buffer_head
*
inode_bitmap_bh
,
unsigned
long
ino
,
ext4_group_t
group
,
in
t
mode
)
unsigned
long
ino
,
ext4_group_t
group
,
umode_
t
mode
)
{
int
free
=
0
,
retval
=
0
,
count
;
struct
ext4_sb_info
*
sbi
=
EXT4_SB
(
sb
);
...
...
@@ -690,7 +690,7 @@ static int ext4_claim_inode(struct super_block *sb,
* For other inodes, search forward from the parent directory's block
* group to find a free inode.
*/
struct
inode
*
ext4_new_inode
(
handle_t
*
handle
,
struct
inode
*
dir
,
in
t
mode
,
struct
inode
*
ext4_new_inode
(
handle_t
*
handle
,
struct
inode
*
dir
,
umode_
t
mode
,
const
struct
qstr
*
qstr
,
__u32
goal
,
uid_t
*
owner
)
{
struct
super_block
*
sb
;
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录