Proposal for a better source organization

Hi, I think it would be better to have the filesystem drivers for each technology in it's own source folder. I think it would be much mor easy to work with such a structure:

JNode-FS
\_ src/fs
\_ src/fs/ext2
\_ src/fs/fat
\_ src/fs/ftpfs
\_ src/fs/hfsplus
......
\_ src/driver
\_ src/test

what do you think?

like that you could only open the source folder that you are interested in.

fragementation

I'm affraid that will only add extra complexity and fragmentation to the source tree with little added benefit.

Agreed

As they say "if it ain't broken, don't fix it".