Files
android_kernel_xiaomi_sm8450/Documentation/core-api
Matthew Wilcox d9c480435a XArray: Handle NULL pointers differently for allocation
For allocating XArrays, it makes sense to distinguish beteen erasing an
entry and storing NULL.  Storing NULL keeps the index allocated with a
NULL pointer associated with it while xa_erase() frees the index.  Some
existing IDR users rely on this ability.

Signed-off-by: Matthew Wilcox <willy@infradead.org>
2018-11-05 16:38:09 -05:00
..
2018-01-01 12:40:27 -07:00
2018-10-15 16:31:29 -04:00
2017-05-16 08:44:16 -03:00