Linux 2.2.0
[davej-history.git] / fs / qnx4 / BUGS
blob64d81b4bb60db3c0ca4a935bce8deea5dc459487
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.
5   
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
12   is accessed.
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.