diff options
author | Julia Lawall <[email protected]> | 2019-12-29 16:42:56 +0100 |
---|---|---|
committer | Alex Williamson <[email protected]> | 2020-01-07 13:02:43 -0700 |
commit | bb3d3cf928d4cc450aa817a9c71f4324ec68fd63 (patch) | |
tree | dbf454be8d610742f3974f5855fc442076b7ee48 /drivers/usb/cdns3/cdns3-debug.h | |
parent | 338b4e10f939a71194d8ecef7ece205a942cec05 (diff) |
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 <[email protected]>
Reviewed-by: Cornelia Huck <[email protected]>
Signed-off-by: Alex Williamson <[email protected]>
Diffstat (limited to 'drivers/usb/cdns3/cdns3-debug.h')
0 files changed, 0 insertions, 0 deletions