mirror of
https://github.com/containers/podman.git
synced 2026-03-29 03:52:19 -04:00
This is racy by design, if you walk a tree and the directory was removed between listing and then opening we get an ENOENT error. Simply ignore that case and do not log it. Fixes #21782 Signed-off-by: Paul Holzinger <pholzing@redhat.com>