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

Skip . and .. on LittleFS::dir::rewind() #6959

Merged
merged 2 commits into from
Dec 30, 2019

Conversation

earlephilhower
Copy link
Collaborator

Fixes #6958

To match SPIFFS, we get rid of the "." and ".." dirents when we open a
directory on LittleFS. Do the same on a rewind().

Fixes esp8266#6958

To match SPIFFS, we get rid of the "." and ".." dirents when we open a
directory on LittleFS.  Do the same on a rewind().
@earlephilhower earlephilhower added this to the 2.7.0 milestone Dec 29, 2019
@earlephilhower earlephilhower merged commit 2492043 into esp8266:master Dec 30, 2019
@earlephilhower earlephilhower deleted the lfs-rewind branch December 30, 2019 22:23
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.

LittleFS difference between starting with dir.next() and dir.rewind()
1 participant