diff mbox series

IB/core: Remove deprecated current_seq comments

Message ID 20210823035246.3506-1-lizhijian@cn.fujitsu.com (mailing list archive)
State Accepted
Delegated to: Jason Gunthorpe
Headers show
Series IB/core: Remove deprecated current_seq comments | expand

Commit Message

Li Zhijian Aug. 23, 2021, 3:52 a.m. UTC
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(-)

Comments

Jason Gunthorpe Aug. 23, 2021, 4:59 p.m. UTC | #1
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
diff mbox series

Patch

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.
  *