aboutsummaryrefslogtreecommitdiffstats
path: root/BUGS
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2001-11-19 17:55:51 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2001-11-19 17:55:51 +0000
commit33232032423dcc06716537204f1995afa5a73940 (patch)
tree2d4a744ada69ab97a0a8bcf8ecfd729a8fc1199f /BUGS
parentbcb291798ed06af8a18a5bf76aa3c9591a6886de (diff)
downloadlibfuse-33232032423dcc06716537204f1995afa5a73940.tar.gz
multithreading improvements
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS3
1 files changed, 3 insertions, 0 deletions
diff --git a/BUGS b/BUGS
index df5f428..cd56648 100644
--- a/BUGS
+++ b/BUGS
@@ -2,3 +2,6 @@
- When a non-directory is mounted the root inode is not filled in, only at
the first getattr
+
+- I want really low priority for my cached pages. Can they start out
+ 'old' so they will be thrown out on the first oportunity?