[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <2113668.irdbgypaU6@opensuse>
Date: Sun, 21 Aug 2022 17:12:00 +0200
From: "Fabio M. De Francesco" <fmdefrancesco@...il.com>
To: Chaitanya Kulkarni <chaitanyak@...dia.com>
Cc: Chaitanya Kulkarni <chaitanyak@...dia.com>,
Sagi Grimberg <sagi@...mberg.me>,
Keith Busch <kbusch@...nel.org>,
Christoph Hellwig <hch@....de>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
Ira Weiny <ira.weiny@...el.com>,
"linux-nvme@...ts.infradead.org" <linux-nvme@...ts.infradead.org>
Subject: Re: [PATCH v2] nvmet-tcp: Don't kmap() pages which can't come from HIGHMEM
On giovedì 18 agosto 2022 17:48:04 CEST Chaitanya Kulkarni wrote:
> > - iov_iter_kvec(&cmd->recv_msg.msg_iter, READ, cmd->iov,
> > - cmd->nr_mapped, cmd->pdu_len);
> > + iov_iter_kvec(&cmd->recv_msg.msg_iter, READ, cmd->iov, nr_mapped,
> > cmd->pdu_len);
>
> > }
> >
>
>
> overly long lines above ? we are keeping lines < 80 for consistency, can
> be done at the time of applying patch.
>
> -ck
>
I'm sorry for this.
I changed my post commit hook and forgot to make it executable :-(
I just wrote to Sagi and said that I'm going to send a new version with the
results of blktests. In the meantime I'll shorten those long lines below the
80 characters threshold.
Thanks,
Fabio
Powered by blists - more mailing lists