]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - fs/ocfs2/namei.c
[PATCH] mark struct inode_operations const 2
[mirror_ubuntu-zesty-kernel.git] / fs / ocfs2 / namei.c
index f3d7803b4b46f18622cbb6156a25f80fa6b89a82..f7fa52bb3f6b66c2a94d5a1188946f028c1b8a97 100644 (file)
@@ -2306,7 +2306,7 @@ leave:
        return status;
 }
 
-struct inode_operations ocfs2_dir_iops = {
+const struct inode_operations ocfs2_dir_iops = {
        .create         = ocfs2_create,
        .lookup         = ocfs2_lookup,
        .link           = ocfs2_link,