I tend to agree with Arnd Bergmann. While I prefer the aesthetic
cleanliness of stackable filesystems, the lack of proper stacking
support in the Linux VFS makes other techniques necessary. Unionfs is
complex and for many embedded systems with constrained resources Unionfs
adds a lot of extra overhead.
If I read the patches correctly, when a file page is written to, only
that page gets copied into the page cache and locked, the other pages
continue to be read off disk from cramfs? With Unionfs a page write
causes the entire file to be copied up to the r/w tmpfs and locked into
the page cache causing unnecessary RAM overhead.
Phillip
--