Skip to content
Commit 984cfe4e authored by Jason Gunthorpe's avatar Jason Gunthorpe
Browse files

mm/mmu_notifier: Rename struct mmu_notifier_mm to mmu_notifier_subscriptions



The name mmu_notifier_mm implies that the thing is a mm_struct pointer,
and is difficult to abbreviate. The struct is actually holding the
interval tree and hlist containing the notifiers subscribed to a mm.

Use 'subscriptions' as the variable name for this struct instead of the
really terrible and misleading 'mmn_mm'.

Signed-off-by: default avatarJason Gunthorpe <jgg@mellanox.com>
parent c79f46a2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment