]> www.infradead.org Git - users/jedix/linux-maple.git/commit
maple_tree: Store errors in ms->node
authorMatthew Wilcox <willy@infradead.org>
Wed, 5 Dec 2018 16:25:09 +0000 (11:25 -0500)
committerMatthew Wilcox <willy@infradead.org>
Sat, 8 Dec 2018 10:36:08 +0000 (05:36 -0500)
commit20999d851e5d8fea408b63fd3873999481c996b5
tree6deb5771cee8b714c38b18f5242c138b7dafe2e5
parent1ac3568adc968ecfea412e6f7994cc746a17bbf5
maple_tree: Store errors in ms->node

Remove the GFP_KERNEL from _maple_state_node() so this path always fails
in the userspace test framework.  This tests the error handling path.

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