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
d8fba0ff
Commit
d8fba0ff
authored
Feb 20, 2009
by
Al Viro
Browse files
Options
Browse Files
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 @@ void ocfs2_dentry_move(struct dentry *dentry, struct dentry *target,
...
@@ -455,7 +455,7 @@ void ocfs2_dentry_move(struct dentry *dentry, struct dentry *target,
d_move
(
dentry
,
target
);
d_move
(
dentry
,
target
);
}
}
struct
dentry_operations
ocfs2_dentry_ops
=
{
const
struct
dentry_operations
ocfs2_dentry_ops
=
{
.
d_revalidate
=
ocfs2_dentry_revalidate
,
.
d_revalidate
=
ocfs2_dentry_revalidate
,
.
d_iput
=
ocfs2_dentry_iput
,
.
d_iput
=
ocfs2_dentry_iput
,
};
};
fs/ocfs2/dcache.h
View file @
d8fba0ff
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
#ifndef OCFS2_DCACHE_H
#ifndef OCFS2_DCACHE_H
#define 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
{
struct
ocfs2_dentry_lock
{
/* Use count of dentry lock */
/* Use count of dentry lock */
...
...
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