On Wed, Oct 9, 2024 at 5:59 PM Jonathan Corbet <corbet@xxxxxxx> wrote: > > I'm not convinced that this is better. This is programmer > documentation, and "storing NULL" says exactly what is going on. > "Erasing" is, IMO, less clear. Both are verbs that appear in function names: "storing NULL" is to `xa_store(NULL)` as "erasing" is to `xa_erase()`. Cheers. Tamir