mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-14 18:36:34 +00:00
xa_insert() should treat reserved entries as occupied, not as available. Also, it should treat requests to insert a NULL pointer as a request to reserve the slot. Add xa_insert_bh() and xa_insert_irq() for completeness. Signed-off-by: Matthew Wilcox <willy@infradead.org> |
||
|---|---|---|
| .. | ||
| assoc_array.rst | ||
| atomic_ops.rst | ||
| boot-time-mm.rst | ||
| cachetlb.rst | ||
| circular-buffers.rst | ||
| conf.py | ||
| cpu_hotplug.rst | ||
| debug-objects.rst | ||
| errseq.rst | ||
| flexible-arrays.rst | ||
| genalloc.rst | ||
| genericirq.rst | ||
| gfp_mask-from-fs-io.rst | ||
| idr.rst | ||
| index.rst | ||
| kernel-api.rst | ||
| librs.rst | ||
| local_ops.rst | ||
| memory-allocation.rst | ||
| memory-hotplug.rst | ||
| mm-api.rst | ||
| printk-formats.rst | ||
| refcount-vs-atomic.rst | ||
| timekeeping.rst | ||
| tracepoint.rst | ||
| workqueue.rst | ||
| xarray.rst | ||