summaryrefslogtreecommitdiffstats
path: root/fs/orangefs/namei.c
diff options
context:
space:
mode:
authorAl Viro2016-05-15 00:46:32 +0200
committerAl Viro2016-05-30 01:07:00 +0200
commit6f3fc1070be028170b0f4c0c326480c9fcd1da3e (patch)
tree6792dbc6f732a63aa591a47fcad90c74ebd0ccff /fs/orangefs/namei.c
parentmissed comment updates from ->direct_IO() prototype change (diff)
downloadkernel-qcow2-linux-6f3fc1070be028170b0f4c0c326480c9fcd1da3e.tar.gz
kernel-qcow2-linux-6f3fc1070be028170b0f4c0c326480c9fcd1da3e.tar.xz
kernel-qcow2-linux-6f3fc1070be028170b0f4c0c326480c9fcd1da3e.zip
orangefs: constify inode_operations
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/orangefs/namei.c')
-rw-r--r--fs/orangefs/namei.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/orangefs/namei.c b/fs/orangefs/namei.c
index 930894ae7e1d..7e8dfa97c44a 100644
--- a/fs/orangefs/namei.c
+++ b/fs/orangefs/namei.c
@@ -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,