]> www.infradead.org Git - users/willy/linux.git/commit
scsi: vmw_pvscsi: Use kmalloc instead of __get_free_pages
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Sun, 27 Sep 2020 20:29:13 +0000 (16:29 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 28 Sep 2020 13:27:36 +0000 (09:27 -0400)
commita3bb06dd353f76ba2b3aa3b705ca0de731849b05
treeb378c2fad06e9c11832a47446da213f596a71e58
parent9b7c080b29445eed9c5afb7442ab6362e7a91f9a
scsi: vmw_pvscsi: Use kmalloc instead of __get_free_pages

Since v5.4, kmalloc has returned naturally aligned memory for power-of-two
allocations.  We do not need to allocate from a special allocator
any more.

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