121aa471b1
In d42dbdd3d48d0134f8bba7ead92a7067791dffab the code was re-arranged to better report errors, and ignore non-errors. In doing so we removed a deferred remove of the AUFS diff path, but did not replace it with a non-deferred one. This fixes the issue and makes the code a bit more readable. Signed-off-by: Brian Goff <cpuguy83@gmail.com> (cherry picked from commit 276b44608b04f08bdf46ce7c816b1f744bf24b7d) Signed-off-by: Andrew Hsu <andrewhsu@docker.com>