Kernel: Split the Ext2FileSystem.{cpp,h} files into smaller components

This commit is contained in:
Liav A
2022-10-24 10:02:37 +03:00
committed by Andrew Kaster
parent 1c91881a1d
commit 3cc0d60141
15 changed files with 845 additions and 802 deletions

View File

@@ -44,7 +44,7 @@ def should_check_file(filename):
return False
if filename.startswith('Base/'):
return False
if filename == 'Kernel/FileSystem/ext2_fs.h':
if filename == 'Kernel/FileSystem/Ext2FS/Definitions.h':
return False
return True