diff options
author | Julia Lawall <[email protected]> | 2019-12-29 16:42:57 +0100 |
---|---|---|
committer | Alex Williamson <[email protected]> | 2020-01-07 13:03:12 -0700 |
commit | 7a49de995ebbd8711d52d6a3806faa8c5db0eac1 (patch) | |
tree | 0c09a333d625c3ebce85fefe75e7e52211f95bd0 /drivers/usb/cdns3/cdns3-debug.h | |
parent | bb3d3cf928d4cc450aa817a9c71f4324ec68fd63 (diff) |
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 <[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