mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-23 15:11:16 +00:00
constify dentry_operations: AFS
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
08f11513fa
commit
79be57cc7f
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ const struct inode_operations afs_dir_inode_operations = {
|
||||||
.setattr = afs_setattr,
|
.setattr = afs_setattr,
|
||||||
};
|
};
|
||||||
|
|
||||||
static struct dentry_operations afs_fs_dentry_operations = {
|
static const struct dentry_operations afs_fs_dentry_operations = {
|
||||||
.d_revalidate = afs_d_revalidate,
|
.d_revalidate = afs_d_revalidate,
|
||||||
.d_delete = afs_d_delete,
|
.d_delete = afs_d_delete,
|
||||||
.d_release = afs_d_release,
|
.d_release = afs_d_release,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue