-
-
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
Maint/fuse #1301
Maint/fuse #1301
Conversation
@whyrusleeping found some unmount issue in the sharness tests, I think. |
yeah, i'm really not sure whats going on here: https://github.com/ipfs/go-ipfs/blob/master/test/sharness/t0030-mount.sh#L30 |
although it is unrelated (i beleive) to this PR |
I also don't see any changes to exit/unmount behaviour in the shortlog:
|
@cryptix these are in two different commits, which will not pass? squash? every commit must pass. |
I pushed the first one before I knew of the 2nd API change, they should both pass. I can squash as well and update the commit msg with the upstream changes. |
@cryptix +1 to squash |
fuse: Attr() now has a Context parameter and error return value ~GOPATH/src/bazil.org/fuse:master$ git shortlog 48c34fb7780b88aca1696bf865508f6703aa47f1..e4fcc9a2c7567d1c42861deebeb483315d222262 Tommi Virtanen (8): Remove dead code Make saveLookup take Context, return error Make serveNode.attr take Context, return error Make nodeAttr take Context, return error API change: Move attribute validity time inside Attr Set attribute validity default time in one place API change: Attr method takes Context, returns error Set LookupResponse validity times up front, instead of after the handler
Update
bazilion.org/fuse
to use latestNode.Attr
function signature. (Context and errors, yey!)