From 18f6395bf31e0419f22d8b52b9de6501dc50393c Mon Sep 17 00:00:00 2001 From: Tamir Duberstein Date: Sun, 16 Aug 2026 07:17:16 -0500 Subject: [PATCH] Skip clone metadata for apparent sizes Combining apparent-size reporting with APFS clone deduplication still requests extended clone metadata even though logical sizes never use it. Explicit file roots also perform unnecessary attribute lookups. Disable clone metadata whenever apparent sizes are requested while preserving both accepted command-line flags. Cover all four flag combinations in the shared traversal-options constructor. --- src/main.rs | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index afba8e18..d1616b80 100644 --- a/src/main.rs +++ b/src/main.rs @@ -346,7 +346,7 @@ fn walk_options_from(traversal: &options::TraversalArgs) -> Result