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

Update fsio.c - if mkdir fails with EEXIST also clear the cache #1677

Merged
merged 1 commit into from
Jun 1, 2023

Conversation

pzeidler-dlr
Copy link
Contributor

Rationale: if you have two (or more) ftp connections that want to create a mostly identical directory tree, and MKD the same directory single-digit msec apart, the slower client gets a failure and can't work with the new directory. With the patch, the client still gets a failure but can use the directory afterwards.

@Castaglia Castaglia self-assigned this May 31, 2023
@pzeidler-dlr pzeidler-dlr temporarily deployed to CI May 31, 2023 14:52 — with GitHub Actions Inactive
@pzeidler-dlr pzeidler-dlr temporarily deployed to CI May 31, 2023 14:52 — with GitHub Actions Inactive
@pzeidler-dlr pzeidler-dlr temporarily deployed to CI May 31, 2023 14:52 — with GitHub Actions Inactive
@pzeidler-dlr pzeidler-dlr temporarily deployed to CI May 31, 2023 14:52 — with GitHub Actions Inactive
@pzeidler-dlr pzeidler-dlr temporarily deployed to CI May 31, 2023 14:52 — with GitHub Actions Inactive
@pzeidler-dlr pzeidler-dlr temporarily deployed to CI May 31, 2023 14:52 — with GitHub Actions Inactive
@pzeidler-dlr pzeidler-dlr temporarily deployed to CI May 31, 2023 14:52 — with GitHub Actions Inactive
@pzeidler-dlr pzeidler-dlr temporarily deployed to CI May 31, 2023 14:52 — with GitHub Actions Inactive
@Castaglia Castaglia merged commit 57dc78b into proftpd:master Jun 1, 2023
14 checks passed
@Castaglia
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants