Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
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 @@ 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
,
};
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 */
...
...
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