On Sat, Aug 6, 2011 at 11:52 PM, Peng Tao <bergwolf@xxxxxxxxx> wrote: > Hi, > > I start to look at the error handling for ld_read/write_done. > The two patches try to address the error handling for read/write pagelist > failures, via nfs readpage/writepage interface. Please see if this method > is proper. Thanks! FWIW, this is just what we need for recoalescing pages when IO fails. Currently ld_read/write_done is called in default workqueue, which is not really a good place for IO path code. Trond mentioned that nfsiod is not an ideal place for it either. So do we need to create a pnfs private workqueue for this? Any other suggestions? -- Thanks, -Bergwolf -- 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