Skip to content

Add . and .. to list calls in fuse3#855

Open
jfantinhardesty wants to merge 3 commits intomainfrom
add-dots-to-list-fuse3
Open

Add . and .. to list calls in fuse3#855
jfantinhardesty wants to merge 3 commits intomainfrom
add-dots-to-list-fuse3

Conversation

@jfantinhardesty
Copy link
Contributor

What type of Pull Request is this? (check all applicable)

  • Refactor
  • Feature
  • Bug Fix
  • Optimization
  • Documentation Update

Describe your changes in brief

This PR adds . and .. to list calls on Fuse3. Our current code only works for Fuse2. When mounted with our fuse3 build, it seems that libfuse3 requires inode values to be in the statistics for returned values for . and .. otherwise it removes them from the displayed list call. I don't fully understand that, but in testing I was only able to get them to appear when I populated the Inode value, even though we are mounting without using use_ino.

Checklist

  • Tested locally
  • Added new dependencies
  • Updated documentation
  • Added tests

Related Issues

  • Related Issue #
  • Closes #

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