From d8ad3cc4fc39cfc48eea279675a0ffef46980ee6 Mon Sep 17 00:00:00 2001
From: Han-Wen Nienhuys <hanwen@google.com>
Date: Wed, 29 Dec 2010 14:20:52 -0200
Subject: [PATCH] Add TODO about statistic gathering.

---
 fuse/fuse.go | 1 +
 1 file changed, 1 insertion(+)

diff --git a/fuse/fuse.go b/fuse/fuse.go
index 3159e98..6ff633a 100644
--- a/fuse/fuse.go
+++ b/fuse/fuse.go
@@ -20,6 +20,7 @@ type Empty interface{}
 ////////////////////////////////////////////////////////////////
 // State related to this mount point.
 
+// TODO - should gather stats and expose those for performance tuning.
 type MountState struct {
 	// We should store the RawFuseFile/Dirs on the Go side,
 	// otherwise our files may be GCd.  Here, the index is the Fh
-- 
2.30.9