mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-02 11:13:02 +09:00
If the user doesn't care about the return value from xa_insert(), then they should be using xa_store() instead. The point of xa_reserve() is to get the return value early before taking another lock, so this should also be __must_check. Signed-off-by: Matthew Wilcox <willy@infradead.org>