orangefs: constify inode_operations

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Al Viro
2016-05-14 18:46:32 -04:00
bovenliggende 90090ae645
commit 6f3fc1070b
4 gewijzigde bestanden met toevoegingen van 6 en 6 verwijderingen

Bestand weergeven

@@ -438,7 +438,7 @@ static int orangefs_rename(struct inode *old_dir,
}
/* ORANGEFS implementation of VFS inode operations for directories */
struct inode_operations orangefs_dir_inode_operations = {
const struct inode_operations orangefs_dir_inode_operations = {
.lookup = orangefs_lookup,
.get_acl = orangefs_get_acl,
.set_acl = orangefs_set_acl,