mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-09 00:22:43 +02:00
The superblock of an ext2 filesystem is always found on the storage device at offset 1024. This 1024 number was hardcoded in the Ext2FS code. This commit: * adds a constexpr to replace the hardcoded 1024 values * removes a comment about one of the the hardcoded 1024 values which is now umnecessary