--- summary.h 2010-12-16 15:26:19.379409222 -0600 +++ summary.h 2009-09-22 11:19:11.000000000 -0500 @@ -13,11 +13,11 @@ #ifndef JFFS2_SUMMARY_H #define JFFS2_SUMMARY_H -/* Limit summary size to 128KiB so that we can kmalloc it. If the summary +/* Limit summary size to 64KiB so that we can kmalloc it. If the summary is larger than that, we have to just ditch it and avoid using summary for the eraseblock in question... and it probably doesn't hurt us much anyway. */ -#define MAX_SUMMARY_SIZE 131072 +#define MAX_SUMMARY_SIZE 65536 #include #include