linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / fs / bfs / dir.c
index 26fad96..5af928f 100644 (file)
@@ -70,7 +70,7 @@ static int bfs_readdir(struct file * f, void * dirent, filldir_t filldir)
        return 0;       
 }
 
-const struct file_operations bfs_dir_operations = {
+struct file_operations bfs_dir_operations = {
        .read           = generic_read_dir,
        .readdir        = bfs_readdir,
        .fsync          = file_fsync,