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

fs: add a TODO related to directory seeking

Change-Id: Ib385bc2d7d6fe7e7fc933b446e2b2e79c0fcfd7b 
parent 069ee666
......@@ -12,6 +12,9 @@ import (
type childEntry struct {
Name string
Inode *Inode
// TODO: store int64 changeCounter of the parent, so we can
// use the changeCounter as a directory offset.
}
// inodeChildren is a hashmap with deterministic ordering. It is
......
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