Re: [PATCH v6 1/6] mm/mmu_notifier: add mmu_interval_notifier_insert_safe()

From: Christoph Hellwig
Date: Thu Jan 16 2020 - 05:08:00 EST


The name is weird, normally we call functions like this _locked.

Additionally it will need a lockdep_assert_held to ensure the caller
actually holds the lock.