UBI_MAX_SG_COUNT
sg_init_table(pdu->usgl.sg, UBI_MAX_SG_COUNT);
.max_segments = UBI_MAX_SG_COUNT,
ubi_assert(sgl->list_pos < UBI_MAX_SG_COUNT);
struct scatterlist sg[UBI_MAX_SG_COUNT];