aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vfio/mdev/mdev_sysfs.c
diff options
context:
space:
mode:
authorJulia Lawall <Julia.Lawall@inria.fr>2019-12-29 16:42:57 +0100
committerAlex Williamson <alex.williamson@redhat.com>2020-01-07 13:03:12 -0700
commit7a49de995ebbd8711d52d6a3806faa8c5db0eac1 (patch)
tree0c09a333d625c3ebce85fefe75e7e52211f95bd0 /drivers/vfio/mdev/mdev_sysfs.c
parentvfio: vfio_pci_nvlink2: use mmgrab (diff)
downloadlinux-dev-7a49de995ebbd8711d52d6a3806faa8c5db0eac1.tar.xz
linux-dev-7a49de995ebbd8711d52d6a3806faa8c5db0eac1.zip
vfio/spapr_tce: 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/mdev/mdev_sysfs.c')
0 files changed, 0 insertions, 0 deletions