commit | 5292e24a6acf5694e0a32c31e3321964176bc17e | [log] [tgz] |
---|---|---|
author | Jason Gunthorpe <jgg@mellanox.com> | Tue Jan 14 11:29:52 2020 -0400 |
committer | Jason Gunthorpe <jgg@mellanox.com> | Tue Jan 14 11:54:47 2020 -0400 |
tree | 0b4a46ba0e4b85edcafc5c8339283c2793c6e3dd | |
parent | 1991722a70ffb1f0199a5690a31a5c7822007b1f [diff] |
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>