serenity icon indicating copy to clipboard operation
serenity copied to clipboard

Kernel/FileSystem: Re-organize all filesystem implementations into separate files

Open supercomputer7 opened this issue 3 years ago • 2 comments

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.

supercomputer7 avatar Oct 24 '22 08:10 supercomputer7

Does this PR conflict with #15593 ? if so i'd rather that one get fixed up and merged before reviewing this one.

ADKaster avatar Oct 25 '22 02:10 ADKaster

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…

supercomputer7 avatar Oct 25 '22 03:10 supercomputer7