linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / fs / isofs / dir.c
index 5440ea2..7901ac9 100644 (file)
@@ -16,7 +16,7 @@
 
 static int isofs_readdir(struct file *, void *, filldir_t);
 
-const struct file_operations isofs_dir_operations =
+struct file_operations isofs_dir_operations =
 {
        .read           = generic_read_dir,
        .readdir        = isofs_readdir,