diff options
| author | Julia Lawall <[email protected]> | 2019-12-29 16:42:55 +0100 |
|---|---|---|
| committer | Michael Ellerman <[email protected]> | 2020-01-16 14:59:36 +1000 |
| commit | 30e813cf46ccaeea6508607632e49b4a1d743d2a (patch) | |
| tree | 7785c4c388f66cd7f41ecfdaecc639bbe225aa7e /tools/perf/scripts/python | |
| parent | c55d7b5e64265fdca45c85b639013e770bde2d0e (diff) | |
misc: cxl: 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]>
Acked-by: Andrew Donnellan <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions