Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

df: fix too low values in I* columns #3365

Merged
merged 1 commit into from
Apr 12, 2022
Merged

Conversation

cakebaker
Copy link
Contributor

@cakebaker cakebaker commented Apr 4, 2022

Instead of using a single scaled() function for both inodes and bytes, I introduced two new specialized functions.

Fixes #3349.

src/uu/df/src/table.rs Outdated Show resolved Hide resolved
@sylvestre sylvestre merged commit 079f00d into uutils:main Apr 12, 2022
@cakebaker cakebaker deleted the ticket_3349 branch April 12, 2022 13:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

df: values in the "Inodes", "IUsed", and "IFree" columns are too low
3 participants