Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
030a8ba4
Commit
030a8ba4
authored
Jul 26, 2011
by
Al Viro
Browse files
Options
Browse Files
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 */
...
...
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
);
...
...
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