-
Notifications
You must be signed in to change notification settings - Fork 677
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
Add a Statfs::flags method #1849
Conversation
And fstatfs64 instead of fstatfs.
CHANGELOG.md
Outdated
([#1849](https://github.com/nix-rust/nix/pull/1849)) | ||
- Added a 'Statfs::flags' method. | ||
([#1849](https://github.com/nix-rust/nix/pull/1849)) | ||
- Added a 'Statfs::flags' method. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
duplicate entries?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's really weird. Must've happened when I reordered my commits. And the weirdest part is that I couldn't make it go away by creating a second commit that removed the dupe and combining it as a fixup with the first commit. But I finally got it fixed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved pending the changelog being fixed to only have one new entry.
It returns the mount flags on the BSDs. On Linux, it returns a slightly different set of flags.
bors r=rtzoeller |
It returns the mount flags on the BSDs. On Linux, it returns a slightly different set of flags.