Page MenuHomeFreeBSD

ext2fs:Fix huge_file feature
ClosedPublic

Authored by fsu on Aug 26 2017, 7:04 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 11, 7:54 PM
Unknown Object (File)
Mon, Apr 6, 11:04 PM
Unknown Object (File)
Sat, Apr 4, 3:02 PM
Unknown Object (File)
Fri, Apr 3, 2:01 PM
Unknown Object (File)
Fri, Apr 3, 5:05 AM
Unknown Object (File)
Thu, Apr 2, 6:30 PM
Unknown Object (File)
Thu, Apr 2, 2:09 PM
Unknown Object (File)
Tue, Mar 24, 2:37 AM
Subscribers

Details

Summary

Avoid raw inode iblocks fields overflow in case of huge_file feature.
Do it like on linux side for now.
Links:
https://reviews.freebsd.org/D11209 - Add huge_file feature.
https://reviews.freebsd.org/D12087 - Part of huge_file feature discussions.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Such files only make sense in filesystems bigger than ext2/3. so of course, this only makes sense as preparation for ext4 write support.

This revision is now accepted and ready to land.Aug 26 2017, 8:04 PM
This revision was automatically updated to reflect the committed changes.