]> www.infradead.org Git - users/willy/xarray.git/commit
irqdesc: Convert to XArray
authorMatthew Wilcox <willy@infradead.org>
Wed, 24 Oct 2018 13:26:22 +0000 (09:26 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Fri, 9 Aug 2019 01:38:11 +0000 (21:38 -0400)
commit291d2217bdea343b1bc866dbd46e10891459429b
treef9dd971d7280c633e7fa06aeff9c67c7df6cfa4c
parent35fda36a0cab840e033b3c15ca03cdf3e2ca840c
irqdesc: Convert to XArray

There was no locking here to convert; possibly this is a bugfix, or
maybe simultaneous modification was excluded in some other way.

Signed-off-by: Matthew Wilcox <willy@infradead.org>
kernel/irq/irqdesc.c