]> err.no Git - linux-2.6/blobdiff - fs/ext2/dir.c
kbuild: modpost build fix
[linux-2.6] / fs / ext2 / dir.c
index 0165388c425cce5625d4265ee40136ae9a988d25..d672aa9f40612b94ba9810ff5c681d7106a4c5b1 100644 (file)
@@ -658,7 +658,7 @@ not_empty:
        return 0;
 }
 
-struct file_operations ext2_dir_operations = {
+const struct file_operations ext2_dir_operations = {
        .llseek         = generic_file_llseek,
        .read           = generic_read_dir,
        .readdir        = ext2_readdir,