ext2: cache the superblock through the same method #19
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Superblock doesn't get written correctly to the disk because the superblock data is not cached through a device mapper, which overlaps and overwrites it with an outdated version. Only use direct superblock read to fetch it initially for getting the filesystem block size
Fixed by
3aea206c