Alex Rousskov wrote:
* Do we really need those static *_foo variables in fs/*/StoreFs*.cc files? They are unused, right? Why not delete them?
Not really needed. It is just to have something inside fs/*/StoreFs*.cc files. These files can completely removed, but it will break the way we are building fs subsystem, one library per filesystem. Is it OK to keep the empty fs/*/StoreFs*.cc files? (Looks that the compiler does not care)
