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

mfs redo #1715

Merged
merged 2 commits into from
Sep 23, 2015
Merged

mfs redo #1715

merged 2 commits into from
Sep 23, 2015

Conversation

whyrusleeping
Copy link
Member

This is an extraction of the refactoring that i did to the core 'ipnsfs' code, applied on top of dev0.4.0

License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
@@ -121,12 +169,8 @@ func (s *Root) Lookup(ctx context.Context, name string) (fs.Node, error) {
return nil, fuse.ENOENT
}

// Local symlink to the node ID keyspace
if name == "local" {
Copy link
Member

Choose a reason for hiding this comment

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

yay not having to special case

Copy link
Member Author

Choose a reason for hiding this comment

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

yeap, that was bugging me for a while.

@jbenet
Copy link
Member

jbenet commented Sep 18, 2015

few comments, but LGTM

biggest one is whether the republisher should be in ipnsfs instead, with mfs always calling the client func

License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
@whyrusleeping
Copy link
Member Author

@jbenet comments fixed

jbenet added a commit that referenced this pull request Sep 23, 2015
@jbenet jbenet merged commit 2a2b237 into dev0.4.0 Sep 23, 2015
@jbenet jbenet removed the status/in-progress In progress label Sep 23, 2015
@jbenet jbenet deleted the mfs-redo branch September 23, 2015 10:55
@RichardLitt RichardLitt mentioned this pull request Sep 23, 2015
65 tasks
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.

2 participants