]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit - include/linux/mm_types.h
mm/mmu_notifier: Rename struct mmu_notifier_mm to mmu_notifier_subscriptions
authorJason Gunthorpe <jgg@mellanox.com>
Wed, 18 Dec 2019 17:40:35 +0000 (13:40 -0400)
committerJason Gunthorpe <jgg@mellanox.com>
Tue, 14 Jan 2020 15:54:47 +0000 (11:54 -0400)
commit984cfe4e252681d516df056b982e3c47b66fba92
tree1a36623061d38e8396ae9ffffba199edf117d3f5
parentc79f46a282390e0f5b306007bf7b11a46d529538
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>
include/linux/mm_types.h
include/linux/mmu_notifier.h
kernel/fork.c
mm/debug.c
mm/mmu_notifier.c