提交 030a8ba4 编写于 作者: A Al Viro

autofs4: propagate umode_t

Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
上级 c47da798
......@@ -155,7 +155,7 @@ static inline int autofs4_ispending(struct dentry *dentry)
return 0;
}
struct inode *autofs4_get_inode(struct super_block *, mode_t);
struct inode *autofs4_get_inode(struct super_block *, umode_t);
void autofs4_free_ino(struct autofs_info *);
/* Expiration */
......
......@@ -326,7 +326,7 @@ int autofs4_fill_super(struct super_block *s, void *data, int silent)
return -EINVAL;
}
struct inode *autofs4_get_inode(struct super_block *sb, mode_t mode)
struct inode *autofs4_get_inode(struct super_block *sb, umode_t mode)
{
struct inode *inode = new_inode(sb);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册