mirror of
https://github.com/torvalds/linux.git
synced 2026-05-05 23:05:25 -04:00
Dynamically allocating buffers is problematic and is an extra layer that is a potntial point of failure and can slow down mediation. Change path lookup to use the preallocated per cpu buffers. Signed-off-by: John Johansen <john.johansen@canonical.com>