All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jason Gunthorpe <jgg@nvidia.com>
To: Leon Romanovsky <leon@kernel.org>, linux-rdma@vger.kernel.org
Cc: Davidlohr Bueso <dbueso@suse.de>, Ira Weiny <ira.weiny@intel.com>
Subject: [PATCH] RDMA/umem: Remove unused 'work' member from struct ib_umem
Date: Thu,  9 Feb 2023 12:51:36 -0400	[thread overview]
Message-ID: <0-v1-22a2667fa089+a3-umem_work_jgg@nvidia.com> (raw)

It is not used now.

Fixes: b95df5e3e459 ("drivers/IB,core: reduce scope of mmap_sem")
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
---
 include/rdma/ib_umem.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/rdma/ib_umem.h b/include/rdma/ib_umem.h
index 92a673cd9b4fd7..95896472a82bfb 100644
--- a/include/rdma/ib_umem.h
+++ b/include/rdma/ib_umem.h
@@ -25,7 +25,6 @@ struct ib_umem {
 	u32 writable : 1;
 	u32 is_odp : 1;
 	u32 is_dmabuf : 1;
-	struct work_struct	work;
 	struct sg_append_table sgt_append;
 };
 

base-commit: 627122280c878cf5d3cda2d2c5a0a8f6a7e35cb7
-- 
2.39.1


             reply	other threads:[~2023-02-09 16:51 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-09 16:51 Jason Gunthorpe [this message]
2023-02-10  4:44 ` [PATCH] RDMA/umem: Remove unused 'work' member from struct ib_umem Devesh Sharma
2023-02-12 18:25 ` Leon Romanovsky

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=0-v1-22a2667fa089+a3-umem_work_jgg@nvidia.com \
    --to=jgg@nvidia.com \
    --cc=dbueso@suse.de \
    --cc=ira.weiny@intel.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.