linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Venkateswararao Jujjuri <jvrao@linux.vnet.ibm.com>
To: "M. Mohan Kumar" <mohan@in.ibm.com>
Cc: v9fs-developer@lists.sourceforge.net,
	linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [V9fs-developer] [PATCH] net/9p: Handle get_user_pages_fast return properly
Date: Tue, 19 Apr 2011 16:41:22 -0700	[thread overview]
Message-ID: <4DAE1DA2.2070105@linux.vnet.ibm.com> (raw)
In-Reply-To: <201104192054.49797.mohan@in.ibm.com>

On 04/19/2011 08:24 AM, M. Mohan Kumar wrote:
> 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.
*request could also return -EIO and -ENOMEM.
As you said, may be we should leave the default behavior on these 
errors(suspend the channel).

Thanks,
JV
> I will post a V2 patch with retaining printing error message.
> ----
> M. Mohan Kumar

      reply	other threads:[~2011-04-19 23:41 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-15  8:29 [PATCH] net/9p: Handle get_user_pages_fast return properly M. Mohan Kumar
2011-04-15 14:53 ` [V9fs-developer] " Venkateswararao Jujjuri
2011-04-19 15:24   ` M. Mohan Kumar
2011-04-19 23:41     ` Venkateswararao Jujjuri [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4DAE1DA2.2070105@linux.vnet.ibm.com \
    --to=jvrao@linux.vnet.ibm.com \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mohan@in.ibm.com \
    --cc=v9fs-developer@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).