[PATCH] Make most file operations structs in fs/ const
[deliverable/linux.git] / fs / fuse / dir.c
index c72a8a97935c9733af8522eeb2533bd83c930ba1..256355b80256f4525272f84788c8561207942389 100644 (file)
@@ -1170,7 +1170,7 @@ static struct inode_operations fuse_dir_inode_operations = {
        .removexattr    = fuse_removexattr,
 };
 
-static struct file_operations fuse_dir_operations = {
+static const struct file_operations fuse_dir_operations = {
        .llseek         = generic_file_llseek,
        .read           = generic_read_dir,
        .readdir        = fuse_readdir,
This page took 0.030465 seconds and 5 git commands to generate.