diff options
author | Li Zhijian <lizhijian@cn.fujitsu.com> | 2021-08-23 11:52:46 +0800 |
---|---|---|
committer | Jason Gunthorpe <jgg@nvidia.com> | 2021-08-23 13:43:08 -0300 |
commit | 03da1b26fa13b6911ef09e909dad164249410901 (patch) | |
tree | 182fcfe43c86d94f046c8aa47009b4639dfbc38d /drivers/infiniband | |
parent | 273691c3d28d18a9cf6bf3105da38484d90347b9 (diff) | |
download | linux-stable-03da1b26fa13b6911ef09e909dad164249410901.tar.gz linux-stable-03da1b26fa13b6911ef09e909dad164249410901.tar.bz2 linux-stable-03da1b26fa13b6911ef09e909dad164249410901.zip |
IB/core: Remove deprecated current_seq comments
current_seq was removed since the commit below.
Fixes: 36f30e486dce ("IB/core: Improve ODP to use hmm_range_fault()")
Link: https://lore.kernel.org/r/20210823035246.3506-1-lizhijian@cn.fujitsu.com
Signed-off-by: Li Zhijian <lizhijian@cn.fujitsu.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
Diffstat (limited to 'drivers/infiniband')
-rw-r--r-- | drivers/infiniband/core/umem_odp.c | 3 |
1 files changed, 0 insertions, 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. * |