mm/mmu_notifiers: Use 'subscription' as the variable name for mmu_notifier
authorJason Gunthorpe <jgg@mellanox.com>
Tue, 14 Jan 2020 15:11:17 +0000 (11:11 -0400)
committerJason Gunthorpe <jgg@mellanox.com>
Tue, 14 Jan 2020 15:54:47 +0000 (11:54 -0400)
commit1991722a70ffb1f0199a5690a31a5c7822007b1f
tree7d24e09cd63feaa2ade10e5ccf01216f53600aca
parent984cfe4e252681d516df056b982e3c47b66fba92
mm/mmu_notifiers: Use 'subscription' as the variable name for mmu_notifier

The 'subscription' is placed on the 'notifier_subscriptions' list.

This eliminates the poor name 'mn' for this variable.

Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
include/linux/mmu_notifier.h
mm/mmu_notifier.c