aboutsummaryrefslogtreecommitdiffstats
path: root/BUGS
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2004-11-11 10:33:58 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2004-11-11 10:33:58 +0000
commit3a6ea06efab29198ba664945cec8296b7e1e356e (patch)
tree390cdfaafa43ac0201d8e54ee63fcc45fac07a20 /BUGS
parent076136196276bf5cd898b7fc82d4ee0aeb8d7fde (diff)
downloadlibfuse-3a6ea06efab29198ba664945cec8296b7e1e356e.tar.gz
merge from 2_0_merge1 to 2_0_merge2
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS10
1 files changed, 0 insertions, 10 deletions
diff --git a/BUGS b/BUGS
deleted file mode 100644
index 5fdce02..0000000
--- a/BUGS
+++ /dev/null
@@ -1,10 +0,0 @@
-- It is allowed to mount a directory on a non-directory.
-
-- I want really low priority for my cached pages. Can they start out
- 'old' so they will be thrown out on the first oportunity?
-
-- File size change could cause some strange behavior WRT the page
- cache.
-
-- User can cause nasty DoS by not replying to WRITE requests and thus
- blocking writepage() indefinitely.