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

dtbtool: fix for filesystems that don't return d_type from readdir #21

Open
wants to merge 1 commit into
base: cm-12.1
Choose a base branch
from
Open

Conversation

jixbo
Copy link

@jixbo jixbo commented Nov 10, 2015

readdir() doesn't fill d_type in for all filesystems, in particular XFS. This is fixed using stat().

Change-Id: Ia0e78a628bc13f1a4eb9a0332bff04d9ecf87913

readdir() doesn't fill in d_type in all filesystems, in particular XFS. This is fixed using stat().

Change-Id: Ia0e78a628bc13f1a4eb9a0332bff04d9ecf87913
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.

1 participant