summaryrefslogtreecommitdiff
path: root/blockable.spatch
blob: 7128dffb2303921fc19c1f88c2cd763d2b1383c8 (plain)
1
2
3
4
5
6
7
8
9
@@
identifier I1, FN;
@@
FN(..., struct mmu_notifier_range *I1, ...) {
<...
-I1->blockable
+mmu_notifier_range_blockable(I1)
...>
}