projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9cd9842
)
RDMA/umem: Remove unused 'work' member from struct ib_umem
author
Jason Gunthorpe
<jgg@nvidia.com>
Thu, 9 Feb 2023 16:51:36 +0000
(12:51 -0400)
committer
Leon Romanovsky
<leon@kernel.org>
Sun, 12 Feb 2023 18:25:25 +0000
(20:25 +0200)
It is not used now.
Fixes: b95df5e3e459 ("drivers/IB,core: reduce scope of mmap_sem")
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
Link:
https://lore.kernel.org/r/0-v1-22a2667fa089+a3-umem_work_jgg@nvidia.com
Reviewed-by: Devesh Sharma <devesh.s.sharma@oracle.com>
Signed-off-by: Leon Romanovsky <leon@kernel.org>
include/rdma/ib_umem.h
patch
|
blob
|
history
diff --git
a/include/rdma/ib_umem.h
b/include/rdma/ib_umem.h
index 92a673cd9b4fd7672c2cce88808c16f5b13ff496..95896472a82bfb8d9a5d4ebbcd6ebd6f5d445ca6 100644
(file)
--- 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;
};