commit | 984cfe4e252681d516df056b982e3c47b66fba92 | [log] [tgz] |
---|---|---|
author | Jason Gunthorpe <jgg@mellanox.com> | Wed Dec 18 13:40:35 2019 -0400 |
committer | Jason Gunthorpe <jgg@mellanox.com> | Tue Jan 14 11:54:47 2020 -0400 |
tree | 1a36623061d38e8396ae9ffffba199edf117d3f5 | |
parent | c79f46a282390e0f5b306007bf7b11a46d529538 [diff] |
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: Jason Gunthorpe <jgg@mellanox.com>