]> www.infradead.org Git - users/willy/xarray.git/commit
cgroup: Convert css_idr to XArray
authorMatthew Wilcox <willy@infradead.org>
Sat, 3 Nov 2018 12:23:42 +0000 (08:23 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Fri, 9 Aug 2019 01:38:13 +0000 (21:38 -0400)
commit6282b7e48084d09a3ceace18b072bb8e929fc87d
treeeae6f40d4e0b4a1a47dbd9cd2011f1e74a6f22e7
parentf7128f0f8f4430af8a6d47ea897d98eb4cf0d46f
cgroup: Convert css_idr to XArray

Remove the internal wrappers as the XArray behaves exactly how the
cgroup code wishes the IDR did.

Signed-off-by: Matthew Wilcox <willy@infradead.org>
include/linux/cgroup-defs.h
kernel/cgroup/cgroup.c