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

Set st_size for directories too #3

Merged
merged 1 commit into from Jan 6, 2015

Conversation

@yotamofek
Copy link

yotamofek commented Jan 3, 2015

I've recently encountered problems with a filesystem I implemented in objective-C.
Turns out that the fact that st_size is set to 0 for directories made some external components act up.

I think this change should be put in the code because it's better to be consistent between the C API and the Obj-C API.
If you look at the looopback examples, you will see that they behave differently for directories.

@bfleischer bfleischer merged commit 2ab904a into osxfuse:osxfuse-2 Jan 6, 2015
@bfleischer bfleischer added this to the 2.7.4 milestone Jan 6, 2015
@bfleischer bfleischer self-assigned this Jan 6, 2015
@bfleischer

This comment has been minimized.

Copy link
Member

bfleischer commented Jan 6, 2015

Thanks!

@bfleischer

This comment has been minimized.

Copy link
Member

bfleischer commented Jan 8, 2015

Version 2.7.4 including the fix has been released.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants
You can’t perform that action at this time.