serenity
serenity copied to clipboard
Kernel/FileSystem: Re-organize all filesystem implementations into separate files
No functional changes, just making it a bit more easy to read the code, also removed a bunch of accumulated unnecessary headers being included in the code.
This PR makes the directory structure to resemble the directory code structure in Linux now, where in the fs directory there are bunch of filesystem implementations, each in its own sub-directory to ensure it is more convenient to read the source code, as well as to change it.
Does this PR conflict with #15593 ? if so i'd rather that one get fixed up and merged before reviewing this one.
Does this PR conflict with #15593 ? if so i'd rather that one get fixed up and merged before reviewing this one.
It does conflict with it… that PR already has conflicts and seems like it gets no further response, so I will encourage to start reviewing this…