constify dentry_operations: autofs, autofs4
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
@ -310,7 +310,7 @@ static struct autofs_info *autofs4_mkroot(struct autofs_sb_info *sbi)
|
||||
return ino;
|
||||
}
|
||||
|
||||
static struct dentry_operations autofs4_sb_dentry_operations = {
|
||||
static const struct dentry_operations autofs4_sb_dentry_operations = {
|
||||
.d_release = autofs4_dentry_release,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user