]> www.infradead.org Git - users/willy/xarray.git/commit
dca: Convert dca_idr to IDA
authorMatthew Wilcox <willy@infradead.org>
Sat, 3 Nov 2018 03:17:29 +0000 (23:17 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Fri, 9 Aug 2019 01:38:14 +0000 (21:38 -0400)
commit9c70ab73de3014e7f4a4a8d1897719f5a22ac470
tree685dcb66f9b34bf826fbc3559b679a3502c05a17
parentdd661d96c1726c86985820c5865a7bc279337e95
dca: Convert dca_idr to IDA

The DCA code never looks up the pointer it stores in the IDR, so it
can use the IDA which is more efficient and easier to use.

Signed-off-by: Matthew Wilcox <willy@infradead.org>
drivers/dca/dca-sysfs.c