mbox series

[0/2] xarray: extract __xa_cmpxchg_raw

Message ID 20241112-xarray-insert-cmpxchg-v1-0-dc2bdd8c4136@gmail.com (mailing list archive)
Headers show
Series xarray: extract __xa_cmpxchg_raw | expand

Message

Tamir Duberstein Nov. 12, 2024, 7:25 p.m. UTC
This series reduces duplication between __xa_cmpxchg and __xa_insert by
extracting a new function that does not coerce zero entries to null on
the return path.

The new function may be used by the upcoming Rust xarray abstraction in
its reservation API where it is useful to tell the difference between
zero entries and null slots.

Signed-off-by: Tamir Duberstein <tamird@gmail.com>
---
Tamir Duberstein (2):
      xarray: extract xa_zero_to_null
      xarray: extract helper from __xa_{insert,cmpxchg}

 lib/xarray.c | 50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)
---
base-commit: 2d5404caa8c7bb5c4e0435f94b28834ae5456623
change-id: 20241023-xarray-insert-cmpxchg-507661adac1c

Best regards,