Use w=8 with jerasure

Vitaliy Filippov 2021-02-12 23:49:08 +03:00
parent 16da663a66
commit 61ab22403a
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
#include "osd_rmw.h"
#include "malloc_or_die.h"
#define OSD_JERASURE_W 32
#define OSD_JERASURE_W 8
static inline void extend_read(uint32_t start, uint32_t end, osd_rmw_stripe_t & stripe)
{