Commit a0666d29 authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

Drop outdated comment.

parent d4274939
...@@ -32,8 +32,8 @@ type fuseRequest struct { ...@@ -32,8 +32,8 @@ type fuseRequest struct {
arg []byte arg []byte
// Unstructured data, a pointer to the relevant XxxxOut struct. // Unstructured data, a pointer to the relevant XxxxOut struct.
status Status
data unsafe.Pointer data unsafe.Pointer
status Status
flatData []byte flatData []byte
// Header + structured data for what we send back to the kernel. // Header + structured data for what we send back to the kernel.
...@@ -46,7 +46,6 @@ type fuseRequest struct { ...@@ -46,7 +46,6 @@ type fuseRequest struct {
preWriteNs int64 preWriteNs int64
} }
// TODO - should gather stats and expose those for performance tuning.
type MountState struct { type MountState struct {
// We should store the RawFuseFile/Dirs on the Go side, // We should store the RawFuseFile/Dirs on the Go side,
// otherwise our files may be GCd. Here, the index is the Fh // otherwise our files may be GCd. Here, the index is the Fh
......
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