mirror of
https://github.com/containerd/containerd.git
synced 2026-07-03 21:30:13 +00:00
Deferring the put back of the buffer is not necessary since it can be done immediately after use, before checking error. This decreases the amount of the time the buffer is out of the pool and not in use. Signed-off-by: Derek McGowan <derek@mcgstyle.net>