On 03/12/2014 11:18 PM, Jeff Layton wrote: > > Ok, I may need to rejigger that logic to account for that case. I'll do > that and send a v2 once I test it out... > Hi Jeff in obj-layout we have this code: if (*p_pgbase > PAGE_SIZE) { dprintk("%s: pgbase(0x%x) > PAGE_SIZE\n", __func__, *p_pgbase); *p_pages += *p_pgbase >> PAGE_SHIFT; *p_pgbase &= ~PAGE_MASK; } ie. advance the page_array pointer and keep the pgbase within page. if I recall correctly this case happens when you return a short read/write then the retry comes again with same page_array but with base jumping over the previous short IO, and length with the reminder. I'm not sure what is the code path that feeds your xdr stuff but it might not filter out the way we do in obj-lo. the ORE is the same it assumes pgbase < PAGE_SIZE. Cheers Boaz -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html