]> www.infradead.org Git - users/jedix/linux-maple.git/commit
maple_tree: Introduce maple_lock & maple_unlock
authorMatthew Wilcox <willy@infradead.org>
Wed, 5 Dec 2018 20:42:35 +0000 (15:42 -0500)
committerMatthew Wilcox <willy@infradead.org>
Sat, 8 Dec 2018 10:39:47 +0000 (05:39 -0500)
commit081d29cd5e696f9b3059cef4161d81a92f77dfc8
tree9742594d2df0f630bfb1569386d232a43b270355
parentcf149a320e85b4ca3ad20a8bd00ac395c396fb34
maple_tree: Introduce maple_lock & maple_unlock

These are wrappers for spin_lock, just like the XArray.

Signed-off-by: Matthew Wilcox <willy@infradead.org>
include/linux/maple_tree.h
lib/maple_tree.c