Page MenuHomeFreeBSD

Properly update FSInfo block after generation.
ClosedPublic

Authored by delphij on Aug 22 2019, 6:04 AM.
Tags
None
Referenced Files
F151475478: D21363.diff
Wed, Apr 8, 4:06 PM
F151388124: D21363.diff
Wed, Apr 8, 2:12 AM
Unknown Object (File)
Tue, Apr 7, 1:37 AM
Unknown Object (File)
Mon, Apr 6, 2:55 PM
Unknown Object (File)
Mon, Mar 23, 1:09 AM
Unknown Object (File)
Feb 26 2026, 3:11 AM
Unknown Object (File)
Feb 8 2026, 11:25 AM
Unknown Object (File)
Feb 8 2026, 6:38 AM
Subscribers

Details

Summary

After populating the filesystem, write a FSInfo block with
proper information.

Test Plan

Generate a FAT32 image and run fsck_msdosfs on it.

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 26005
Build 24553: arc lint + arc unit

Event Timeline

Would you add msdosfs_fsiflush after msdosfs_mount, matching the order in sys/fs/msdosfs/msdosfs_vfsops.c? It'll be a small help in future efforts to deduplicate these.

This revision is now accepted and ready to land.Aug 22 2019, 12:57 PM
This revision was automatically updated to reflect the committed changes.