[PATCH] Make most file operations structs in fs/ const
[deliverable/linux.git] / fs / jfs / namei.c
index 309cee575f7db88165c6edf78aeb0ba86b7bcc3f..09ea03f622778a0d5c568db9192eec9e2ea5ceb9 100644 (file)
@@ -1519,7 +1519,7 @@ struct inode_operations jfs_dir_inode_operations = {
 #endif
 };
 
-struct file_operations jfs_dir_operations = {
+const struct file_operations jfs_dir_operations = {
        .read           = generic_read_dir,
        .readdir        = jfs_readdir,
        .fsync          = jfs_fsync,
This page took 0.026173 seconds and 5 git commands to generate.