]> err.no Git - linux-2.6/blobdiff - fs/befs/linuxvfs.c
Merge master.kernel.org:/home/rmk/linux-2.6-arm
[linux-2.6] / 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,
 };