]> Git Repo - linux.git/blobdiff - fs/omfs/dir.c
const: mark remaining inode_operations as const
[linux.git] / fs / omfs / dir.c
index c7275cfbdcfb92d4ca1a17a0444546c52d7b38c1..3680bae335b5b37464dbf6ba126855be69e8d021 100644 (file)
@@ -489,7 +489,7 @@ out:
        return ret;
 }
 
-struct inode_operations omfs_dir_inops = {
+const struct inode_operations omfs_dir_inops = {
        .lookup = omfs_lookup,
        .mkdir = omfs_mkdir,
        .rename = omfs_rename,
This page took 0.032261 seconds and 4 git commands to generate.