|
|
|
|
|
by cesarb
695 days ago
|
|
> crc is recalculated using corrupted bit Why would it need to recalculate the CRC? The correct CRC (or other hash) for the data is already stored in the metadata trees; it's how it discovered that the data was corrupted in the first place. If it writes back corrupted data, it will be detected as corrupted again the next time. |
|
That's how bcachefs is designed right now.