]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - fs/omfs/file.c
const: mark remaining inode_operations as const
[mirror_ubuntu-bionic-kernel.git] / fs / omfs / file.c
index b707fa5396b7e9ea88eea9be659278fc376a30c0..4845fbb18e6e96c579384e3dfa53271a0b577343 100644 (file)
@@ -333,7 +333,7 @@ struct file_operations omfs_file_operations = {
        .splice_read = generic_file_splice_read,
 };
 
-struct inode_operations omfs_file_inops = {
+const struct inode_operations omfs_file_inops = {
        .truncate = omfs_truncate
 };