mirror of
https://github.com/moby/moby.git
synced 2026-07-11 00:58:22 +00:00
Support for overlay on a backing filesystem without d_type was deprecated in0abb8dec3f(Docker 17.12), with an exception for existing installations (0a4e793a3d). That deprecation was nearly 5 years ago, and running without d_type is known to cause serious issues (so users will likely already have run into other problems). This patch removes support for running overlay and overlay2 on these filesystems, returning the error instead of logging it. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>