HomeFreeBSD

nvme: change namei_request_zone into a malloc type

Description

nvme: change namei_request_zone into a malloc type

Both the size (128 bytes) and ephemeral nature of allocations make it a great
fit for malloc.

A dedicated zone unnecessarily avoids sharing buckets with 128-byte objects.

Reviewed by: imp
Differential Revision: https://reviews.freebsd.org/D27103

(cherry picked from commit 71460dfcb275f0a2a20b39a332b0e1149c6e7e3f)

Details

Provenance
mjgAuthored on Nov 5 2020, 9:44 PM
impCommitted on Jul 31 2021, 12:02 AM
Reviewer
imp
Differential Revision
D27103: nvme: change namei_request_zone into a malloc type
Parents
rG88cf6df20468: nvme: Remove compat code for older kernels
Branches
Unknown
Tags
Unknown