Commit d2f2fd32 authored by Ivan Krasin's avatar Ivan Krasin

Added a trace line

parent 042b95af
...@@ -159,7 +159,7 @@ func getAttr(fs FileSystem, h *InHeader, r io.Reader, mr chan *managerRequest) ( ...@@ -159,7 +159,7 @@ func getAttr(fs FileSystem, h *InHeader, r io.Reader, mr chan *managerRequest) (
if err != nil { if err != nil {
return return
} }
fmt.Printf("FUSE_GETATTR: %v\n", in) fmt.Printf("FUSE_GETATTR: %v, Fh: %d\n", in, in.Fh)
var out *AttrOut var out *AttrOut
out, res, err := fs.GetAttr(h, in) out, res, err := fs.GetAttr(h, in)
if err != nil { if err != nil {
......
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