Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 030a8ba4 authored by Al Viro's avatar Al Viro
Browse files

autofs4: propagate umode_t



Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent c47da798
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 */
+1 −1
Original line number Diff line number Diff line
@@ -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);