···510510 sumlen = c->sector_size - je32_to_cpu(sm->offset);511511 sumptr = buf + buf_size - sumlen;512512513513+ /* sm->offset maybe wrong but MAGIC maybe right */514514+ if (sumlen > c->sector_size)515515+ goto full_scan;516516+513517 /* Now, make sure the summary itself is available */514518 if (sumlen > buf_size) {515519 /* Need to kmalloc for this. */···548544 }549545 }550546547547+full_scan:551548 buf_ofs = jeb->offset;552549553550 if (!buf_size) {