]> git.baikalelectronics.ru Git - kernel.git/commit
mm/mmu_notifiers: Use 'interval_sub' as the variable for mmu_interval_notifier
authorJason Gunthorpe <jgg@mellanox.com>
Tue, 14 Jan 2020 15:29:52 +0000 (11:29 -0400)
committerJason Gunthorpe <jgg@mellanox.com>
Tue, 14 Jan 2020 15:54:47 +0000 (11:54 -0400)
commita70ac73757e07a4f2e59f1743378a206b760f29b
tree0b4a46ba0e4b85edcafc5c8339283c2793c6e3dd
parentab461d76fada27025198d64ae99a51c7389e68e7
mm/mmu_notifiers: Use 'interval_sub' as the variable for mmu_interval_notifier

The 'interval_sub' is placed on the 'notifier_subscriptions' interval
tree.

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

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