diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2004-11-11 10:33:58 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2004-11-11 10:33:58 +0000 |
commit | 3a6ea06efab29198ba664945cec8296b7e1e356e (patch) | |
tree | 390cdfaafa43ac0201d8e54ee63fcc45fac07a20 /BUGS | |
parent | 076136196276bf5cd898b7fc82d4ee0aeb8d7fde (diff) | |
download | libfuse-3a6ea06efab29198ba664945cec8296b7e1e356e.tar.gz |
merge from 2_0_merge1 to 2_0_merge2
Diffstat (limited to 'BUGS')
-rw-r--r-- | BUGS | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -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. |