K 10 svn:author V 3 mjg K 8 svn:date V 27 2020-11-05T21:44:58.040231Z K 7 svn:log V 300 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 END