PR: 259112
Reported by: Robert Morris <rtm@lcs.mit.edu>
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 42832 Build 39720: arc lint + arc unit
Event Timeline
Comment Actions
I am working on more complex extents verification logic, but let it to be committed.
Also:
https://github.com/torvalds/linux/blob/master/fs/ext4/extents.c#L467
if (unlikely(depth > 32)) { error_msg = "too large eh_depth"; goto corrupted; }