Re: [PATCH] 9p: roll p9_tag_remove into p9_req_put

From: Dominique Martinet
Date: Tue Jul 12 2022 - 15:42:14 EST


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