Commit 557780e1 authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

Drop outdated comment.

parent 16617d45
......@@ -187,7 +187,6 @@ func doGetXAttr(state *MountState, req *request) {
}
func doGetAttr(state *MountState, req *request) {
// TODO - if req.inData.Fh is set, do file.GetAttr
attrOut, s := state.fileSystem.GetAttr(req.inHeader, (*GetAttrIn)(req.inData))
req.status = s
req.outData = unsafe.Pointer(attrOut)
......
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