[PATCH] Make most file operations structs in fs/ const
[linux-2.6-block.git] / fs / befs / linuxvfs.c
index 044a59587829ba5b5573ec9edf7270359cbc7a3a..68ebd10f345db87fc2d7cee847d16431168e257c 100644 (file)
@@ -64,7 +64,7 @@ static const struct super_operations befs_sops = {
 /* slab cache for befs_inode_info objects */
 static kmem_cache_t *befs_inode_cachep;
 
-static struct file_operations befs_dir_operations = {
+static const struct file_operations befs_dir_operations = {
        .read           = generic_read_dir,
        .readdir        = befs_readdir,
 };