Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
matisse
android_kernel_samsung_matisse
Commits
4269590a
Commit
4269590a
authored
16 years ago
by
Al Viro
Browse files
Options
Download
Email Patches
Plain Diff
constify dentry_operations: FUSE
Signed-off-by:
Al Viro
<
viro@zeniv.linux.org.uk
>
parent
d72f71eb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
fs/fuse/dir.c
fs/fuse/dir.c
+1
-1
fs/fuse/fuse_i.h
fs/fuse/fuse_i.h
+1
-1
No files found.
fs/fuse/dir.c
View file @
4269590a
...
...
@@ -224,7 +224,7 @@ static int invalid_nodeid(u64 nodeid)
return
!
nodeid
||
nodeid
==
FUSE_ROOT_ID
;
}
struct
dentry_operations
fuse_dentry_operations
=
{
const
struct
dentry_operations
fuse_dentry_operations
=
{
.
d_revalidate
=
fuse_dentry_revalidate
,
};
...
...
This diff is collapsed.
Click to expand it.
fs/fuse/fuse_i.h
View file @
4269590a
...
...
@@ -493,7 +493,7 @@ static inline u64 get_node_id(struct inode *inode)
/** Device operations */
extern
const
struct
file_operations
fuse_dev_operations
;
extern
struct
dentry_operations
fuse_dentry_operations
;
extern
const
struct
dentry_operations
fuse_dentry_operations
;
/**
* Get a filled in inode
...
...
This diff is collapsed.
Click to expand it.
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