Page MenuHomeFreeBSD

Properly update FSInfo block after generation.
ClosedPublic

Authored by delphij on Aug 22 2019, 6:04 AM.
Tags
None
Referenced Files
F102875407: D21363.diff
Mon, Nov 18, 7:41 AM
Unknown Object (File)
Fri, Nov 15, 1:04 PM
Unknown Object (File)
Mon, Nov 11, 7:27 PM
Unknown Object (File)
Sep 20 2024, 3:47 AM
Unknown Object (File)
Sep 4 2024, 10:14 PM
Unknown Object (File)
Sep 2 2024, 10:09 AM
Unknown Object (File)
Sep 2 2024, 9:05 AM
Unknown Object (File)
Aug 23 2024, 2:16 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.