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
5a3fd05a
Commit
5a3fd05a
authored
Feb 20, 2009
by
Al Viro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
constify dentry_operations: ecryptfs
Signed-off-by:
Al Viro
<
viro@zeniv.linux.org.uk
>
parent
4fd03e84
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
fs/ecryptfs/dentry.c
fs/ecryptfs/dentry.c
+1
-1
fs/ecryptfs/ecryptfs_kernel.h
fs/ecryptfs/ecryptfs_kernel.h
+1
-1
No files found.
fs/ecryptfs/dentry.c
View file @
5a3fd05a
...
@@ -89,7 +89,7 @@ static void ecryptfs_d_release(struct dentry *dentry)
...
@@ -89,7 +89,7 @@ static void ecryptfs_d_release(struct dentry *dentry)
return
;
return
;
}
}
struct
dentry_operations
ecryptfs_dops
=
{
const
struct
dentry_operations
ecryptfs_dops
=
{
.
d_revalidate
=
ecryptfs_d_revalidate
,
.
d_revalidate
=
ecryptfs_d_revalidate
,
.
d_release
=
ecryptfs_d_release
,
.
d_release
=
ecryptfs_d_release
,
};
};
fs/ecryptfs/ecryptfs_kernel.h
View file @
5a3fd05a
...
@@ -580,7 +580,7 @@ extern const struct inode_operations ecryptfs_main_iops;
...
@@ -580,7 +580,7 @@ extern const struct inode_operations ecryptfs_main_iops;
extern
const
struct
inode_operations
ecryptfs_dir_iops
;
extern
const
struct
inode_operations
ecryptfs_dir_iops
;
extern
const
struct
inode_operations
ecryptfs_symlink_iops
;
extern
const
struct
inode_operations
ecryptfs_symlink_iops
;
extern
const
struct
super_operations
ecryptfs_sops
;
extern
const
struct
super_operations
ecryptfs_sops
;
extern
struct
dentry_operations
ecryptfs_dops
;
extern
const
struct
dentry_operations
ecryptfs_dops
;
extern
struct
address_space_operations
ecryptfs_aops
;
extern
struct
address_space_operations
ecryptfs_aops
;
extern
int
ecryptfs_verbosity
;
extern
int
ecryptfs_verbosity
;
extern
unsigned
int
ecryptfs_message_buf_len
;
extern
unsigned
int
ecryptfs_message_buf_len
;
...
...
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