Page MenuHomeFreeBSD

Properly update FSInfo block after generation.
ClosedPublic

Authored by delphij on Aug 22 2019, 6:04 AM.
Tags
None
Referenced Files
F136949212: D21363.id.diff
Thu, Nov 20, 7:35 PM
F136948931: D21363.id61107.diff
Thu, Nov 20, 7:33 PM
F136948805: D21363.id61143.diff
Thu, Nov 20, 7:32 PM
F136947005: D21363.diff
Thu, Nov 20, 7:20 PM
Unknown Object (File)
Sun, Nov 2, 6:08 PM
Unknown Object (File)
Sat, Nov 1, 10:44 AM
Unknown Object (File)
Mon, Oct 27, 10:34 AM
Unknown Object (File)
Sun, Oct 26, 11:52 PM
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

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

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.