-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Conversation
04594dd
to
b8912bc
Compare
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
b8912bc
to
72c0282
Compare
@@ -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" { |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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.
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>
@jbenet comments fixed |
This is an extraction of the refactoring that i did to the core 'ipnsfs' code, applied on top of dev0.4.0