All of lore.kernel.org
 help / color / mirror / Atom feed
From: Honggang LI <honggangli@163.com>
To: Md Haris Iqbal <haris.iqbal@ionos.com>
Cc: linux-rdma@vger.kernel.org, bvanassche@acm.org, leon@kernel.org,
	jgg@ziepe.ca, jinpu.wang@ionos.com, grzegorz.prajsner@ionos.com
Subject: Re: [PATCH 5/9] RDMA/rtrs-clt: Remove unused list-head in rtrs_clt_io_req
Date: Tue, 9 Dec 2025 09:14:47 +0800	[thread overview]
Message-ID: <aTd4B9vJ--hDESNJ@fedora> (raw)
In-Reply-To: <20251208161513.127049-6-haris.iqbal@ionos.com>

On Mon, Dec 08, 2025 at 05:15:09PM +0100, Md Haris Iqbal wrote:
> Subject: [PATCH 5/9] RDMA/rtrs-clt: Remove unused list-head in
>  rtrs_clt_io_req
> From: Md Haris Iqbal <haris.iqbal@ionos.com>
> Date: Mon,  8 Dec 2025 17:15:09 +0100
> X-Mailer: git-send-email 2.43.0
> 
> From: Jack Wang <jinpu.wang@ionos.com>
> 
> Remove unused member.
> 
> Signed-off-by: Jack Wang <jinpu.wang@ionos.com>
> Signed-off-by: Grzegorz Prajsner <grzegorz.prajsner@ionos.com>
> ---
>  drivers/infiniband/ulp/rtrs/rtrs-clt.h | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/infiniband/ulp/rtrs/rtrs-clt.h b/drivers/infiniband/ulp/rtrs/rtrs-clt.h
> index 0f57759b3080..3633119d1db2 100644
> --- a/drivers/infiniband/ulp/rtrs/rtrs-clt.h
> +++ b/drivers/infiniband/ulp/rtrs/rtrs-clt.h
> @@ -92,7 +92,6 @@ struct rtrs_permit {
>   * rtrs_clt_io_req - describes one inflight IO request
>   */
>  struct rtrs_clt_io_req {
> -	struct list_head        list;

It seems these two members alse unused. Why keep them?

struct rtrs_sg_desc        *desc;
unsigned long                start_jiffies;

thanks


  reply	other threads:[~2025-12-09  1:15 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-08 16:15 [PATCH 0/9] Misc patches for RTRS Md Haris Iqbal
2025-12-08 16:15 ` [PATCH 1/9] RDMA/rtrs-srv: fix SG mapping Md Haris Iqbal
2025-12-08 16:15 ` [PATCH 2/9] RDMA/rtrs: Add error description to the logs Md Haris Iqbal
2025-12-11 18:05   ` kernel test robot
2025-12-12  5:26     ` Dan Carpenter
2026-01-06  9:47     ` Haris Iqbal
2025-12-18 15:51   ` Leon Romanovsky
2026-01-06 10:03     ` Haris Iqbal
2025-12-08 16:15 ` [PATCH 3/9] RDMA/rtrs: Add optional support for IB_MR_TYPE_SG_GAPS Md Haris Iqbal
2025-12-09  1:12   ` Honggang LI
2026-01-06  9:28     ` Haris Iqbal
2025-12-08 16:15 ` [PATCH 4/9] RDMA/rtrs: Improve error logging for RDMA cm events Md Haris Iqbal
2025-12-08 16:15 ` [PATCH 5/9] RDMA/rtrs-clt: Remove unused list-head in rtrs_clt_io_req Md Haris Iqbal
2025-12-09  1:14   ` Honggang LI [this message]
2026-01-06  9:26     ` Haris Iqbal
2025-12-08 16:15 ` [PATCH 6/9] RDMA/rtrs-srv: Add check and closure for possible zombie paths Md Haris Iqbal
2025-12-09  1:17   ` Honggang LI
2026-01-06  9:27     ` Haris Iqbal
2025-12-08 16:15 ` [PATCH 7/9] RDMA/rtrs-srv: Rate-limit I/O path error logging Md Haris Iqbal
2025-12-08 16:15 ` [PATCH 8/9] RDMA/rtrs: Extend log message when a port fails Md Haris Iqbal
2025-12-08 16:15 ` [PATCH 9/9] RDMA/rtrs-clt.c: For conn rejection use actual err number Md Haris Iqbal

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=aTd4B9vJ--hDESNJ@fedora \
    --to=honggangli@163.com \
    --cc=bvanassche@acm.org \
    --cc=grzegorz.prajsner@ionos.com \
    --cc=haris.iqbal@ionos.com \
    --cc=jgg@ziepe.ca \
    --cc=jinpu.wang@ionos.com \
    --cc=leon@kernel.org \
    --cc=linux-rdma@vger.kernel.org \
    /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.