Added a TODO.

geesefs-0-30-9
Aaron Jacobs 2015-03-02 14:16:17 +11:00
parent 2790095b6b
commit 0d7c207f85
1 changed files with 3 additions and 0 deletions

View File

@ -28,5 +28,8 @@ type memDir struct {
// we use its indices for Dirent.Offset, which is exposed to the user who
// might be calling readdir in a loop while concurrently modifying the
// directory. Unused entries can, however, be reused.
//
// TODO(jacobsa): Add good tests exercising concurrent modifications while
// doing readdir, seekdir, etc. calls.
entries []fuseutil.Dirent
}