]> www.infradead.org Git - users/willy/xarray.git/commit
aio: Convert ioctx_table to XArray
authorMatthew Wilcox <willy@infradead.org>
Wed, 14 Nov 2018 17:12:50 +0000 (12:12 -0500)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Thu, 8 Aug 2019 18:01:04 +0000 (14:01 -0400)
commitfa58e336ba7447ff5010fd72ea6bcce203c3bdfd
treef05d1141a32178ec12cdb1f04ea90a9cf066622e
parent2957981f1aa1dcc3590ed786af2eeaa53ca9e0a6
aio: Convert ioctx_table to XArray

This custom resizing table can use an XArray and save a lot of lines of
code.

Signed-off-by: Matthew Wilcox <willy@infradead.org>
fs/aio.c
include/linux/mm_types.h
kernel/fork.c
mm/debug.c