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
nexedi
linux
Commits
c47da798
Commit
c47da798
authored
Jul 26, 2011
by
Al Viro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hfsplus: propagate umode_t
Signed-off-by:
Al Viro
<
viro@zeniv.linux.org.uk
>
parent
e021d7b7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
fs/hfsplus/hfsplus_fs.h
fs/hfsplus/hfsplus_fs.h
+1
-1
fs/hfsplus/inode.c
fs/hfsplus/inode.c
+1
-1
No files found.
fs/hfsplus/hfsplus_fs.h
View file @
c47da798
...
...
@@ -402,7 +402,7 @@ void hfsplus_inode_read_fork(struct inode *, struct hfsplus_fork_raw *);
void
hfsplus_inode_write_fork
(
struct
inode
*
,
struct
hfsplus_fork_raw
*
);
int
hfsplus_cat_read_inode
(
struct
inode
*
,
struct
hfs_find_data
*
);
int
hfsplus_cat_write_inode
(
struct
inode
*
);
struct
inode
*
hfsplus_new_inode
(
struct
super_block
*
,
in
t
);
struct
inode
*
hfsplus_new_inode
(
struct
super_block
*
,
umode_
t
);
void
hfsplus_delete_inode
(
struct
inode
*
);
int
hfsplus_file_fsync
(
struct
file
*
file
,
loff_t
start
,
loff_t
end
,
int
datasync
);
...
...
fs/hfsplus/inode.c
View file @
c47da798
...
...
@@ -378,7 +378,7 @@ static const struct file_operations hfsplus_file_operations = {
.
unlocked_ioctl
=
hfsplus_ioctl
,
};
struct
inode
*
hfsplus_new_inode
(
struct
super_block
*
sb
,
in
t
mode
)
struct
inode
*
hfsplus_new_inode
(
struct
super_block
*
sb
,
umode_
t
mode
)
{
struct
hfsplus_sb_info
*
sbi
=
HFSPLUS_SB
(
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