]> www.infradead.org Git - users/willy/linux.git/commit
scsi: ncr53c8xx: Use slab instead of custom memory allocator
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Sun, 27 Sep 2020 16:50:39 +0000 (12:50 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 28 Sep 2020 13:27:36 +0000 (09:27 -0400)
commit3feae55745a0dbdc503235ff70ad71fd2da9480a
tree6de00583ff36e42ab1b21e2479f3c599a932eefa
parent0c2d4e1961005f88fd9b0888f7fada04530724c5
scsi: ncr53c8xx: Use slab instead of custom memory allocator

There's no need to use __m_calloc for these data structures which
aren't shared with the device's processor.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
drivers/scsi/ncr53c8xx.c