]> git.ipfire.org Git - thirdparty/linux.git/commit - lib/xarray.c
xarray: Add xas_create_range
authorMatthew Wilcox <willy@infradead.org>
Mon, 4 Dec 2017 05:11:48 +0000 (00:11 -0500)
committerMatthew Wilcox <willy@infradead.org>
Sun, 21 Oct 2018 14:45:59 +0000 (10:45 -0400)
commit2264f5132fe45571139727ebdeb78696b35d1506
tree6982c4c48af09fc39c1faf5da5b39c5d4fc41ad0
parent4e99d4e9579d3b950bf4b38d0d64eb1b9be78761
xarray: Add xas_create_range

This hopefully temporary function is useful for users who have not yet
been converted to multi-index entries.

Signed-off-by: Matthew Wilcox <willy@infradead.org>
include/linux/xarray.h
lib/test_xarray.c
lib/xarray.c