From: Adrian M. <ad...@mc...> - 2002-09-18 19:48:06
|
Having read up some more on how file systems are implemented in Linux, I realise that I have not got everything right (no change there then). The code I have got works, but it is only a small part of what needs to go into a filesystem. This is what i am now going to try to do: 1. Restructure (and rename) vmuflash-fs.c in CVS to vmublk.c and add it as a block device driver option for mtd devices 2. Build a read only vmufs first (read only fses are meant to be 'easy' - the guy who wrote the BFS fs driver said he wrote his RO BFS driver in 10 hours). 3. Turn that into a RW fs driver (said to be the remaining 95% of the work). So if you are subscribed to the CVS list and start seeing lots of messages flying about, you will know what is going on. Adrian |