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
69b34f3a
Commit
69b34f3a
authored
Jul 26, 2011
by
Al Viro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ext3: propagate umode_t
Signed-off-by:
Al Viro
<
viro@zeniv.linux.org.uk
>
parent
3ea40bc9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
fs/ext3/ialloc.c
fs/ext3/ialloc.c
+1
-1
include/linux/ext3_fs.h
include/linux/ext3_fs.h
+1
-1
No files found.
fs/ext3/ialloc.c
View file @
69b34f3a
...
@@ -371,7 +371,7 @@ static int find_group_other(struct super_block *sb, struct inode *parent)
...
@@ -371,7 +371,7 @@ static int find_group_other(struct super_block *sb, struct inode *parent)
* group to find a free inode.
* group to find a free inode.
*/
*/
struct
inode
*
ext3_new_inode
(
handle_t
*
handle
,
struct
inode
*
dir
,
struct
inode
*
ext3_new_inode
(
handle_t
*
handle
,
struct
inode
*
dir
,
const
struct
qstr
*
qstr
,
in
t
mode
)
const
struct
qstr
*
qstr
,
umode_
t
mode
)
{
{
struct
super_block
*
sb
;
struct
super_block
*
sb
;
struct
buffer_head
*
bitmap_bh
=
NULL
;
struct
buffer_head
*
bitmap_bh
=
NULL
;
...
...
include/linux/ext3_fs.h
View file @
69b34f3a
...
@@ -884,7 +884,7 @@ extern int ext3fs_dirhash(const char *name, int len, struct
...
@@ -884,7 +884,7 @@ extern int ext3fs_dirhash(const char *name, int len, struct
/* ialloc.c */
/* ialloc.c */
extern
struct
inode
*
ext3_new_inode
(
handle_t
*
,
struct
inode
*
,
extern
struct
inode
*
ext3_new_inode
(
handle_t
*
,
struct
inode
*
,
const
struct
qstr
*
,
in
t
);
const
struct
qstr
*
,
umode_
t
);
extern
void
ext3_free_inode
(
handle_t
*
,
struct
inode
*
);
extern
void
ext3_free_inode
(
handle_t
*
,
struct
inode
*
);
extern
struct
inode
*
ext3_orphan_get
(
struct
super_block
*
,
unsigned
long
);
extern
struct
inode
*
ext3_orphan_get
(
struct
super_block
*
,
unsigned
long
);
extern
unsigned
long
ext3_count_free_inodes
(
struct
super_block
*
);
extern
unsigned
long
ext3_count_free_inodes
(
struct
super_block
*
);
...
...
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