]> www.infradead.org Git - users/willy/linux.git/commit
scsi: sym53c8xx_2: 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)
commit6c5427915f030beec76a584561a1c6f913f433da
treecc4efcdb128a5a5868c69b4bff3cc0b780c3e76f
parentf4d51dffc6c01a9e94650d95ce0104964f8ae822
scsi: sym53c8xx_2: Use slab instead of custom memory allocator

There's no need to use sym_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/sym53c8xx_2/sym_malloc.c