BUGS
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:1k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. Last update: 1999-12-23
  2. - Fragmented files and directories were incorrectly handled.
  3.   Fixed 1999-12-23, Anders.
  4. - readdir sometimes returned the same dir entry more than once.
  5.   Fixed 1999-12-13, Anders.
  6. - File names with a length of exactly 16 chars were handled incorrectly.
  7.   Fixed 1999-12-11, Anders.
  8. - Files in a subdir can't be accessed, I think that the inode information
  9.   is not correctly copied at some point. Solved 06-06-1998, Richard.
  10.   
  11. - At some point the mounted device can't be unmounted. I think that somewhere
  12.   in the code a buffer is not given free.
  13. - Make the '..' entry work, I give it a great chance that the above bug
  14.   (not given free) has something to do with this one, after a 'ls -l'
  15.   the mounted device can't be unmounted and that's where the '..' entry
  16.   is accessed.
  17.   Seems to be solved 21-06-1998, Frank.
  18. - File read function not correct, after the first block it goes beserk.
  19.   Solved 21-06-1998, Frank.
  20. - This fs will not work if not built as a module.
  21.   Solved 25-06-1998, Frank.
  22. - Write/truncate/delete functions don't update the bitmap.