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
e021d7b7
Commit
e021d7b7
authored
Jul 26, 2011
by
Al Viro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hfs: propagate umode_t
Signed-off-by:
Al Viro
<
viro@zeniv.linux.org.uk
>
parent
5206efd6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
fs/hfs/hfs_fs.h
fs/hfs/hfs_fs.h
+1
-1
fs/hfs/inode.c
fs/hfs/inode.c
+1
-1
No files found.
fs/hfs/hfs_fs.h
View file @
e021d7b7
...
@@ -184,7 +184,7 @@ extern int hfs_get_block(struct inode *, sector_t, struct buffer_head *, int);
...
@@ -184,7 +184,7 @@ extern int hfs_get_block(struct inode *, sector_t, struct buffer_head *, int);
extern
const
struct
address_space_operations
hfs_aops
;
extern
const
struct
address_space_operations
hfs_aops
;
extern
const
struct
address_space_operations
hfs_btree_aops
;
extern
const
struct
address_space_operations
hfs_btree_aops
;
extern
struct
inode
*
hfs_new_inode
(
struct
inode
*
,
struct
qstr
*
,
in
t
);
extern
struct
inode
*
hfs_new_inode
(
struct
inode
*
,
struct
qstr
*
,
umode_
t
);
extern
void
hfs_inode_write_fork
(
struct
inode
*
,
struct
hfs_extent
*
,
__be32
*
,
__be32
*
);
extern
void
hfs_inode_write_fork
(
struct
inode
*
,
struct
hfs_extent
*
,
__be32
*
,
__be32
*
);
extern
int
hfs_write_inode
(
struct
inode
*
,
struct
writeback_control
*
);
extern
int
hfs_write_inode
(
struct
inode
*
,
struct
writeback_control
*
);
extern
int
hfs_inode_setattr
(
struct
dentry
*
,
struct
iattr
*
);
extern
int
hfs_inode_setattr
(
struct
dentry
*
,
struct
iattr
*
);
...
...
fs/hfs/inode.c
View file @
e021d7b7
...
@@ -169,7 +169,7 @@ const struct address_space_operations hfs_aops = {
...
@@ -169,7 +169,7 @@ const struct address_space_operations hfs_aops = {
/*
/*
* hfs_new_inode
* hfs_new_inode
*/
*/
struct
inode
*
hfs_new_inode
(
struct
inode
*
dir
,
struct
qstr
*
name
,
in
t
mode
)
struct
inode
*
hfs_new_inode
(
struct
inode
*
dir
,
struct
qstr
*
name
,
umode_
t
mode
)
{
{
struct
super_block
*
sb
=
dir
->
i_sb
;
struct
super_block
*
sb
=
dir
->
i_sb
;
struct
inode
*
inode
=
new_inode
(
sb
);
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