Skip to content

Commit 1beaff8

Browse files
committed
du: count reflink disk usage only once
1 parent b302bbe commit 1beaff8

File tree

7 files changed

+383
-64
lines changed

7 files changed

+383
-64
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/uu/du/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ uucore = { workspace = true, features = [
3030
] }
3131
thiserror = { workspace = true }
3232
fluent = { workspace = true }
33+
libc = { workspace = true }
3334

3435
[target.'cfg(all(unix, not(target_os = "redox")))'.dependencies]
3536
uucore = { workspace = true, features = ["safe-traversal"] }

0 commit comments

Comments
 (0)