summaryrefslogtreecommitdiffstats
path: root/drivers/vfio/vfio_iommu_spapr_tce.c
diff options
context:
space:
mode:
authorJulia Lawall <Julia.Lawall@inria.fr>2019-12-29 16:42:56 +0100
committerAlex Williamson <alex.williamson@redhat.com>2020-01-07 13:02:43 -0700
commitbb3d3cf928d4cc450aa817a9c71f4324ec68fd63 (patch)
treedbf454be8d610742f3974f5855fc442076b7ee48 /drivers/vfio/vfio_iommu_spapr_tce.c
parent338b4e10f939a71194d8ecef7ece205a942cec05 (diff)
downloadlinux-stable-bb3d3cf928d4cc450aa817a9c71f4324ec68fd63.tar.gz
linux-stable-bb3d3cf928d4cc450aa817a9c71f4324ec68fd63.tar.bz2
linux-stable-bb3d3cf928d4cc450aa817a9c71f4324ec68fd63.zip
vfio: vfio_pci_nvlink2: use mmgrab
Mmgrab was introduced in commit f1f1007644ff ("mm: add new mmgrab() helper") and most of the kernel was updated to use it. Update a remaining file. The semantic patch that makes this change is as follows: (http://coccinelle.lip6.fr/) <smpl> @@ expression e; @@ - atomic_inc(&e->mm_count); + mmgrab(e); </smpl> Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr> Reviewed-by: Cornelia Huck <cohuck@redhat.com> Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Diffstat (limited to 'drivers/vfio/vfio_iommu_spapr_tce.c')
0 files changed, 0 insertions, 0 deletions