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

Fixed ipns address resolution in fuse unix mount #5327

Closed
wants to merge 0 commits into from

Conversation

kvm2116
Copy link
Contributor

@kvm2116 kvm2116 commented Aug 1, 2018

No description provided.

@Stebalien
Copy link
Member

This looks correct. Could you add the signoff trailers?

@kvm2116
Copy link
Contributor Author

kvm2116 commented Aug 8, 2018

Added the License and Sign-Off trailers.

@Stebalien Stebalien added the RFM label Aug 11, 2018
@@ -196,7 +196,8 @@ func (s *Root) Lookup(ctx context.Context, name string) (fs.Node, error) {
}

// other links go through ipns resolution and are symlinked into the ipfs mountpoint
resolved, err := s.Ipfs.Namesys.Resolve(s.Ipfs.Context(), name)
ipns_name := "/ipns/" + name
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would prefer if there was no underscore in the name.

@Stebalien
Copy link
Member

Stebalien commented Aug 15, 2018

Dammit git! Sorry, for some reason git never seems to understand that when I push from a branch, I mean to push that branch (not some other branch because reasons).

New PR: #5384

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants