xarray: Destroy an XArray
authorMatthew Wilcox <willy@infradead.org>
Fri, 17 Nov 2017 13:16:34 +0000 (08:16 -0500)
committerMatthew Wilcox <willy@infradead.org>
Sun, 21 Oct 2018 14:45:59 +0000 (10:45 -0400)
commit687149fca1f37c447e5d161e0a4a04cb2c880cb6
tree5134bc243622997b10644a67a55ee51e6278930a
parent80a0a1a9a3cde9b23851e8eb7160e2786549306a
xarray: Destroy an XArray

This function frees all the internal memory allocated to the xarray
and reinitialises it to be empty.

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