From: Dominique Martinet <asmadeus@codewreck.org>
To: v9fs-developer@lists.sourceforge.net
Cc: Christian Schoenebeck <linux_oss@crudebyte.com>,
linux-kernel@vger.kernel.org, Hangyu Hua <hbh25y@gmail.com>
Subject: Re: [PATCH] 9p: roll p9_tag_remove into p9_req_put
Date: Wed, 13 Jul 2022 04:19:18 +0900 [thread overview]
Message-ID: <Ys3JNvQRzrhG/56T@codewreck.org> (raw)
In-Reply-To: <20220712060801.2487140-1-asmadeus@codewreck.org>
Dominique Martinet wrote on Tue, Jul 12, 2022 at 03:08:01PM +0900:
> diff --git a/net/9p/trans_fd.c b/net/9p/trans_fd.c
> index 007c3f45fe05..507974ce880c 100644
> --- a/net/9p/trans_fd.c
> +++ b/net/9p/trans_fd.c
> @@ -272,6 +272,8 @@ static int p9_fd_read(struct p9_client *client, void *v, int len)
> *
> */
>
> +static int failme;
> +
woops, removed that bit.
At least I didn't commit the code that actually triggered the fail...
> static void p9_read_work(struct work_struct *work)
> {
> __poll_t n;
--
Dominique
next prev parent reply other threads:[~2022-07-12 19:42 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-12 6:08 [PATCH] 9p: roll p9_tag_remove into p9_req_put Dominique Martinet
2022-07-12 19:19 ` Dominique Martinet [this message]
2022-07-15 10:53 ` Christian Schoenebeck
2022-07-15 11:27 ` [PATCH v2] " Dominique Martinet
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=Ys3JNvQRzrhG/56T@codewreck.org \
--to=asmadeus@codewreck.org \
--cc=hbh25y@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux_oss@crudebyte.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 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.