mirror of
https://github.com/LineageOS/android_kernel_fxtec_sm6115.git
synced 2026-08-18 17:01:04 +00: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. Change-Id: I1f9fcf80b973f6ad0c1eb1151cdf1e72243cb5e0 Signed-off-by: Matthew Wilcox <willy@infradead.org>