From: "M. Mohan Kumar" <mohan@in.ibm.com>
To: Venkateswararao Jujjuri <jvrao@linux.vnet.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 20:54:49 +0530 [thread overview]
Message-ID: <201104192054.49797.mohan@in.ibm.com> (raw)
In-Reply-To: <4DA85BDC.5030407@linux.vnet.ibm.com>
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
next prev parent reply other threads:[~2011-04-19 15:24 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 [this message]
2011-04-19 23:41 ` Venkateswararao Jujjuri
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=201104192054.49797.mohan@in.ibm.com \
--to=mohan@in.ibm.com \
--cc=jvrao@linux.vnet.ibm.com \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.