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
92cecbbf
Commit
92cecbbf
authored
Feb 20, 2009
by
Al Viro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
constify dentry_operations: GFS2
Signed-off-by:
Al Viro
<
viro@zeniv.linux.org.uk
>
parent
ce6cdc47
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
fs/gfs2/ops_dentry.c
fs/gfs2/ops_dentry.c
+1
-1
fs/gfs2/super.h
fs/gfs2/super.h
+1
-1
No files found.
fs/gfs2/ops_dentry.c
View file @
92cecbbf
...
...
@@ -108,7 +108,7 @@ static int gfs2_dhash(struct dentry *dentry, struct qstr *str)
return
0
;
}
struct
dentry_operations
gfs2_dops
=
{
const
struct
dentry_operations
gfs2_dops
=
{
.
d_revalidate
=
gfs2_drevalidate
,
.
d_hash
=
gfs2_dhash
,
};
...
...
fs/gfs2/super.h
View file @
92cecbbf
...
...
@@ -47,7 +47,7 @@ extern struct file_system_type gfs2_fs_type;
extern
struct
file_system_type
gfs2meta_fs_type
;
extern
const
struct
export_operations
gfs2_export_ops
;
extern
const
struct
super_operations
gfs2_super_ops
;
extern
struct
dentry_operations
gfs2_dops
;
extern
const
struct
dentry_operations
gfs2_dops
;
#endif
/* __SUPER_DOT_H__ */
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