diff options
Diffstat (limited to 'mm/mmu_notifier.c')
-rw-r--r-- | mm/mmu_notifier.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/mmu_notifier.c b/mm/mmu_notifier.c index 6725ff183374..93e6089cb456 100644 --- a/mm/mmu_notifier.c +++ b/mm/mmu_notifier.c | |||
@@ -315,7 +315,7 @@ void mmu_notifier_unregister(struct mmu_notifier *mn, struct mm_struct *mm) | |||
315 | 315 | ||
316 | /* | 316 | /* |
317 | * Wait for any running method to finish, of course including | 317 | * Wait for any running method to finish, of course including |
318 | * ->release if it was run by mmu_notifier_relase instead of us. | 318 | * ->release if it was run by mmu_notifier_release instead of us. |
319 | */ | 319 | */ |
320 | synchronize_srcu(&srcu); | 320 | synchronize_srcu(&srcu); |
321 | 321 | ||