[PATCH] Make most file operations structs in fs/ const
[linux-drm-fsl-dcu.git] / fs / freevxfs / vxfs_lookup.c
index 554eb455722cbb3812837d3bc1b7b64290ebcc30..29cce456c7ced1fdbfd6bfc7a9ed1b9a2ff07779 100644 (file)
@@ -56,7 +56,7 @@ struct inode_operations vxfs_dir_inode_ops = {
        .lookup =               vxfs_lookup,
 };
 
-struct file_operations vxfs_dir_operations = {
+const struct file_operations vxfs_dir_operations = {
        .readdir =              vxfs_readdir,
 };