On 04/05/2018 07:38 AM, Mariusz Dabrowski wrote: > Due to compatibility to the newest OROM, imsm reserved space has to be > expanded to 4MB. > > Signed-off-by: Mariusz Dabrowski <mariusz.dabrowski@xxxxxxxxx> > --- > super-intel.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/super-intel.c b/super-intel.c > index fb1b6936..52011e5b 100644 > --- a/super-intel.c > +++ b/super-intel.c > @@ -88,8 +88,8 @@ > #define MPB_ATTRIB_IGNORED (MPB_ATTRIB_NEVER_USE) > > #define MPB_SECTOR_CNT 2210 > -#define IMSM_RESERVED_SECTORS 4096 > -#define NUM_BLOCKS_DIRTY_STRIPE_REGION 2056 > +#define IMSM_RESERVED_SECTORS 8192 > +#define NUM_BLOCKS_DIRTY_STRIPE_REGION 2048 > #define SECT_PER_MB_SHIFT 11 > #define MAX_SECTOR_SIZE 4096 > #define MULTIPLE_PPL_AREA_SIZE_IMSM (1024 * 1024) /* Size of the whole Before I apply this, can you please confirm that this will not break existing arrays? Thanks, Jes -- To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html