]> www.infradead.org Git - users/jedix/linux-maple.git/commit
maple_tree: remove lockdep_map_p typedef
authorAlice Ryhl <aliceryhl@google.com>
Tue, 2 Sep 2025 08:36:11 +0000 (08:36 +0000)
committerAndrew Morton <akpm@linux-foundation.org>
Fri, 12 Sep 2025 00:25:57 +0000 (17:25 -0700)
commit50bbf8ec7df27905b5a8fbc48b508345af51b68a
treecadba89e2737c2ca834814c90e80dc2d31328e2b
parentcfd50ee980577f6ff586e8715bee08a86a3992eb
maple_tree: remove lockdep_map_p typedef

Having the ma_external_lock field exist when CONFIG_LOCKDEP=n isn't used
anywhere, so just get rid of it.  This also avoids generating a typedef
called lockdep_map_p that could overlap with typedefs in other header
files.

Link: https://lkml.kernel.org/r/20250902-maple-lockdep-p-v1-1-3ae5a398a379@google.com
Signed-off-by: Alice Ryhl <aliceryhl@google.com>
Reviewed-by: Danilo Krummrich <dakr@kernel.org>
Reviewed-by: Liam R. Howlett <Liam.Howlett@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/maple_tree.h