LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH] IB/core: Remove deprecated current_seq comments
@ 2021-08-23 3:52 Li Zhijian
2021-08-23 16:59 ` Jason Gunthorpe
0 siblings, 1 reply; 2+ messages in thread
From: Li Zhijian @ 2021-08-23 3:52 UTC (permalink / raw)
To: dledford, jgg, leon, linux-rdma, yishaih; +Cc: linux-kernel, Li Zhijian
current_seq was removed since 36f30e486d ("IB/core: Improve ODP to use hmm_range_fault()")
Signed-off-by: Li Zhijian <lizhijian@cn.fujitsu.com>
---
drivers/infiniband/core/umem_odp.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/drivers/infiniband/core/umem_odp.c b/drivers/infiniband/core/umem_odp.c
index 9462dbe66014..7a47343d11f9 100644
--- a/drivers/infiniband/core/umem_odp.c
+++ b/drivers/infiniband/core/umem_odp.c
@@ -292,9 +292,6 @@ EXPORT_SYMBOL(ib_umem_odp_release);
* @dma_index: index in the umem to add the dma to.
* @page: the page struct to map and add.
* @access_mask: access permissions needed for this page.
- * @current_seq: sequence number for synchronization with invalidations.
- * the sequence number is taken from
- * umem_odp->notifiers_seq.
*
* The function returns -EFAULT if the DMA mapping operation fails.
*
--
2.31.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] IB/core: Remove deprecated current_seq comments
2021-08-23 3:52 [PATCH] IB/core: Remove deprecated current_seq comments Li Zhijian
@ 2021-08-23 16:59 ` Jason Gunthorpe
0 siblings, 0 replies; 2+ messages in thread
From: Jason Gunthorpe @ 2021-08-23 16:59 UTC (permalink / raw)
To: Li Zhijian; +Cc: dledford, leon, linux-rdma, yishaih, linux-kernel
On Mon, Aug 23, 2021 at 11:52:46AM +0800, Li Zhijian wrote:
> current_seq was removed since 36f30e486d ("IB/core: Improve ODP to use hmm_range_fault()")
>
> Signed-off-by: Li Zhijian <lizhijian@cn.fujitsu.com>
> ---
> drivers/infiniband/core/umem_odp.c | 3 ---
> 1 file changed, 3 deletions(-)
Applied to for-next, thanks
Jason
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-08-23 16:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-23 3:52 [PATCH] IB/core: Remove deprecated current_seq comments Li Zhijian
2021-08-23 16:59 ` Jason Gunthorpe
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).