~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

Linux Cross Reference
Linux/fs/qnx4/TODO

Version: ~ [ 2.4.0 ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 Name       : QNX4 TODO list
  2 Last update: 1999-12-23
  3 
  4     - Writing is still unsupported (it may compile, but it certainly won't
  5       bring you any joy).
  6 
  7     - qnx4_checkroot (inode.c), currently there's a look for the '/' in
  8       the root direntry, if so then the current mounted device is a qnx4
  9       partition. This has to be rewritten with a look for 'QNX4' in the
 10       bootblock, it seems to me the savest way to ensure that the mounted
 11       device is in fact a QNX4 partition.
 12       Done 20-06-1998, Frank. But some disks (like QNX install floppies)
 13       don't have 'QNX4' in their bootblock.
 14       
 15     - Bitmap functions. To find out the free space, largest free block, etc.
 16       Partly done (RO), Richard, 05/06/1998. Optimized 20-06-1998, Frank.
 17     
 18     - Complete write, unlink and truncate functions : the bitmap should be
 19 updated.
 20 
 21     - Porting to linux 2.1.99+ with dcache support. 20-06-1998, Frank.
 22     
 23     - Don't rewrite the file_read function : use the generic_file_read hook,
 24       and write readpage instead. Done on 21-06-1998, Frank.
 25 
 26     - Write dinit and dcheck.
 27 
 28     - Solving the bugs.
 29     
 30     - Use le32_to_cpu and vice-versa for portability.

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.