Files
android_kernel_fxtec_sm6115/include
Matthew Wilcox eff266cdba UPSTREAM: XArray: Mark xa_insert and xa_reserve as must_check
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>
2026-05-31 11:15:39 +01:00
..