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

fs-util: several cleanups #32933

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Conversation

YHNdnzj
Copy link
Member

@YHNdnzj YHNdnzj commented May 20, 2024

No description provided.

@github-actions github-actions bot added util-lib please-review PR is ready for (re-)review by a maintainer labels May 20, 2024
Copy link

Important

An -rc1 tag has been created and a release is being prepared, so please note that PRs introducing new features and APIs will be held back until the new version has been released.

@YHNdnzj YHNdnzj added the ci-fails/needs-rework 🔥 Please rework this, the CI noticed an issue with the PR label May 20, 2024
@github-actions github-actions bot removed the ci-fails/needs-rework 🔥 Please rework this, the CI noticed an issue with the PR label May 20, 2024
@bluca bluca added good-to-merge/after-next-release and removed please-review PR is ready for (re-)review by a maintainer labels May 20, 2024
@yuwata yuwata added this to the v257 milestone May 20, 2024
src/basic/fd-util.c Outdated Show resolved Hide resolved
src/basic/fd-util.h Outdated Show resolved Hide resolved
Currently, if proc_mounted() != 0, some functions
propagate -ENOENT while others return -EBADF.
Let's make things consistent, by introducing
a static inline helper responsible for finding out
the appropriate errno.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

4 participants