Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Kirill Smelkov
linux
Commits
030a8ba4
Commit
030a8ba4
authored
13 years ago
by
Al Viro
Browse files
Options
Download
Email Patches
Plain Diff
autofs4: propagate umode_t
Signed-off-by:
Al Viro
<
viro@zeniv.linux.org.uk
>
parent
c47da798
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
fs/autofs4/autofs_i.h
fs/autofs4/autofs_i.h
+1
-1
fs/autofs4/inode.c
fs/autofs4/inode.c
+1
-1
No files found.
fs/autofs4/autofs_i.h
View file @
030a8ba4
...
...
@@ -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
*
,
u
mode_t
);
void
autofs4_free_ino
(
struct
autofs_info
*
);
/* Expiration */
...
...
This diff is collapsed.
Click to expand it.
fs/autofs4/inode.c
View file @
030a8ba4
...
...
@@ -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
,
u
mode_t
mode
)
{
struct
inode
*
inode
=
new_inode
(
sb
);
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment