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
d8fba0ff
Commit
d8fba0ff
authored
16 years ago
by
Al Viro
Browse files
Options
Download
Email Patches
Plain Diff
constify dentry_operations: OCFS2
Signed-off-by:
Al Viro
<
viro@zeniv.linux.org.uk
>
parent
92cecbbf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
fs/ocfs2/dcache.c
fs/ocfs2/dcache.c
+1
-1
fs/ocfs2/dcache.h
fs/ocfs2/dcache.h
+1
-1
No files found.
fs/ocfs2/dcache.c
View file @
d8fba0ff
...
...
@@ -455,7 +455,7 @@ out_move:
d_move
(
dentry
,
target
);
}
struct
dentry_operations
ocfs2_dentry_ops
=
{
const
struct
dentry_operations
ocfs2_dentry_ops
=
{
.
d_revalidate
=
ocfs2_dentry_revalidate
,
.
d_iput
=
ocfs2_dentry_iput
,
};
This diff is collapsed.
Click to expand it.
fs/ocfs2/dcache.h
View file @
d8fba0ff
...
...
@@ -26,7 +26,7 @@
#ifndef OCFS2_DCACHE_H
#define OCFS2_DCACHE_H
extern
struct
dentry_operations
ocfs2_dentry_ops
;
extern
const
struct
dentry_operations
ocfs2_dentry_ops
;
struct
ocfs2_dentry_lock
{
/* Use count of dentry lock */
...
...
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