Files
containerd/plugins/snapshots
jinda.ljd cf7cb3c35e erofs: Move immutable file handling before storage.Remove
The layer blob immutable flag clearing logic was moved before
storage.Remove() call to ensure that immutable files can be properly
removed even if subsequent operations fail after storage.Remove().

The previous order had storage.Remove() called first, which meant if
any subsequent operations failed, there would be no opportunity to
remove the immutable flag on the layer blob files.

Signed-off-by: jinda.ljd <jinda.ljd@alibaba-inc.com>
2026-01-21 19:34:35 +08:00
..
2024-04-14 06:24:33 -07:00
2024-01-25 22:18:45 -08:00
2024-04-14 06:24:33 -07:00
2025-07-30 14:46:59 -04:00