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

flatfs: dont error out Walk in case of FileNotFound error #45

Merged
merged 1 commit into from
Jul 5, 2016

Conversation

Kubuxu
Copy link
Member

@Kubuxu Kubuxu commented Jul 5, 2016

No description provided.

This is to prevent race that can happen while GCing the repo
Walk will build list of files and one of those files can be removed
by GC, currently it causes a failure which shouldn't be the case.

License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
@Kubuxu Kubuxu changed the title flatfs: demote Walk errors to warning flatfs: dont error out Walk in case of FileNotFound error Jul 5, 2016
@whyrusleeping
Copy link
Member

LGTM

@whyrusleeping whyrusleeping merged commit 03e5626 into master Jul 5, 2016
@whyrusleeping whyrusleeping deleted the feat/demote-to-warning branch July 5, 2016 18:17
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.

2 participants