• Kent Overstreet's avatar
    lockdep: lockdep_set_notrack_class() · 1a616c2f
    Kent Overstreet authored
    Add a new helper to disable lockdep tracking entirely for a given class.
    
    This is needed for bcachefs, which takes too many btree node locks for
    lockdep to track. Instead, we have a single lockdep_map for "btree_trans
    has any btree nodes locked", which makes more since given that we have
    centralized lock management and a cycle detector.
    
    Cc: Peter Zijlstra <peterz@infradead.org>
    Cc: Ingo Molnar <mingo@redhat.com>
    Cc: Will Deacon <will@kernel.org>
    Cc: Waiman Long <longman@redhat.com>
    Cc: Boqun Feng <boqun.feng@gmail.com>
    Signed-off-by: default avatarKent Overstreet <kent.overstreet@linux.dev>
    1a616c2f
lockdep.c 172 KB