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
88176446
Commit
88176446
authored
Jul 26, 2011
by
Al Viro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
logfs: propagate umode_t
Signed-off-by:
Al Viro
<
viro@zeniv.linux.org.uk
>
parent
ad44be5c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
fs/logfs/inode.c
fs/logfs/inode.c
+1
-1
fs/logfs/logfs.h
fs/logfs/logfs.h
+1
-1
No files found.
fs/logfs/inode.c
View file @
88176446
...
...
@@ -323,7 +323,7 @@ static void logfs_set_ino_generation(struct super_block *sb,
mutex_unlock
(
&
super
->
s_journal_mutex
);
}
struct
inode
*
logfs_new_inode
(
struct
inode
*
dir
,
in
t
mode
)
struct
inode
*
logfs_new_inode
(
struct
inode
*
dir
,
umode_
t
mode
)
{
struct
super_block
*
sb
=
dir
->
i_sb
;
struct
inode
*
inode
;
...
...
fs/logfs/logfs.h
View file @
88176446
...
...
@@ -520,7 +520,7 @@ extern const struct super_operations logfs_super_operations;
struct
inode
*
logfs_iget
(
struct
super_block
*
sb
,
ino_t
ino
);
struct
inode
*
logfs_safe_iget
(
struct
super_block
*
sb
,
ino_t
ino
,
int
*
cookie
);
void
logfs_safe_iput
(
struct
inode
*
inode
,
int
cookie
);
struct
inode
*
logfs_new_inode
(
struct
inode
*
dir
,
in
t
mode
);
struct
inode
*
logfs_new_inode
(
struct
inode
*
dir
,
umode_
t
mode
);
struct
inode
*
logfs_new_meta_inode
(
struct
super_block
*
sb
,
u64
ino
);
struct
inode
*
logfs_read_meta_inode
(
struct
super_block
*
sb
,
u64
ino
);
int
logfs_init_inode_cache
(
void
);
...
...
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