1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-19 14:04:17 +03:00
Zdenek Kabelac 88681f05f1 radix_tree: api change
Instead of using 'key state & key end' uint8_t* switch to use
void* key, & size_t keylen.  This allows easier adaptation with
lvm code base with way too much casting with every use of function.

Also correctly mark const buffers to avoid compiled warnings and
casting.

Adapt the only bcache user ATM for API change.

Adapt unit test to match changed API.
2024-06-03 15:30:05 +02:00
..
2024-05-08 01:55:21 +02:00
2021-10-15 23:40:29 +02:00
2023-10-31 18:53:30 +01:00
2018-04-27 16:55:07 +01:00
2024-04-10 00:04:54 +02:00
2024-05-08 01:55:21 +02:00
2024-05-08 01:55:21 +02:00
2021-09-20 14:26:09 +02:00
2024-06-03 15:30:05 +02:00
2018-09-10 11:49:11 -05:00
2024-05-08 01:55:21 +02:00