OSDN Git Service

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)
commit5292e24a6acf5694e0a32c31e3321964176bc17e
tree0b4a46ba0e4b85edcafc5c8339283c2793c6e3dd
parent1991722a70ffb1f0199a5690a31a5c7822007b1f
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