constify dentry_operations: misc filesystems
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
@@ -31,7 +31,7 @@ static int hfs_revalidate_dentry(struct dentry *dentry, struct nameidata *nd)
|
||||
return 1;
|
||||
}
|
||||
|
||||
struct dentry_operations hfs_dentry_operations =
|
||||
const struct dentry_operations hfs_dentry_operations =
|
||||
{
|
||||
.d_revalidate = hfs_revalidate_dentry,
|
||||
.d_hash = hfs_hash_dentry,
|
||||
|
Reference in New Issue
Block a user