Commit 315ce885 authored by Kirill Smelkov's avatar Kirill Smelkov

fixup! rename NodeAttr to StableAttr

I saw build error when running tests:

	(neo) (z-dev) (g.env) kirr@deco:~/src/neo/src/github.com/hanwen/go-fuse$ go test ./...
	# github.com/hanwen/go-fuse/nodefs
	nodefs/inode.go:130:30: undefined: NodeAttr
	FAIL    github.com/hanwen/go-fuse/benchmark [build failed]
	...
parent 0f2f00b8
......@@ -127,7 +127,7 @@ func (n *Inode) setEntryOut(out *fuse.EntryOut) {
}
// StableAttr returns the (Ino, Gen) tuple for this node.
func (n *Inode) StableAttr() NodeAttr {
func (n *Inode) StableAttr() StableAttr {
return n.nodeAttr
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment