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

Add documentation TODO.

parent c403ae36
package fuse package fuse
// This file contains the internal logic of the // This file contains the internal logic of the
// FileSystemConnector. The functions for satisfying the raw interface are in // FileSystemConnector. The functions for satisfying the raw interface
// fsops.go // are in fsops.go
/* TODO - document overall structure and locking strategy.
"at a first glance, questions that come up: why doesn't fsconnector
have the lock, why does every node need it? (I have some ideas, but
they take a while to verify)"
"a short sum up on how the forget count is handled"
*/
import ( import (
"fmt" "fmt"
"log" "log"
......
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