1 Last update: 03-07-1998
3 - Files in a subdir can't be accessed, I think that the inode information
4 is not correctly copied at some point. Solved 06-06-1998, Richard.
6 - At some point the mounted device can't be unmounted. I think that somewhere
7 in the code a buffer is not given free.
9 - Make the '..' entry work, I give it a great chance that the above bug
10 (not given free) has something to do with this one, after a 'ls -l'
11 the mounted device can't be unmounted and that's where the '..' entry
13 Seems to be solved 21-06-1998, Frank.
15 - File read function not correct, after the first block it goes beserk.
16 Solved 21-06-1998, Frank.
18 - This fs will not work if not built as a module.
19 Solved 25-06-1998, Frank.
21 - Write/truncate/delete functions don't update the bitmap.