From mboxrd@z Thu Jan 1 00:00:00 1970 From: "M. Mohan Kumar" Subject: Re: [V9fs-developer] [PATCH] net/9p: Handle get_user_pages_fast return properly Date: Tue, 19 Apr 2011 20:54:49 +0530 Message-ID: <201104192054.49797.mohan@in.ibm.com> References: <1302856173-10566-1-git-send-email-mohan@in.ibm.com> <4DA85BDC.5030407@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Cc: v9fs-developer@lists.sourceforge.net, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org To: Venkateswararao Jujjuri Return-path: Received: from e28smtp06.in.ibm.com ([122.248.162.6]:43530 "EHLO e28smtp06.in.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751869Ab1DSPYx (ORCPT ); Tue, 19 Apr 2011 11:24:53 -0400 In-Reply-To: <4DA85BDC.5030407@linux.vnet.ibm.com> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: 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