On Friday 15 April 2011 8:23:16 pm Venkateswararao Jujjuri wrote: > > > > - if (err != -ERESTARTSYS) > > + if (err != -ERESTARTSYS&& err != -EFAULT) > > Please analyze other errors that could be returned by > c->trans_mod->request() > if they need any handling here. Thanks JV, but we don't need to handle other errors as of now. I will post a V2 patch with retaining printing error message. ---- M. Mohan Kumar -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html