Page MenuHomeFreeBSD

ffs_use_bwrite: make the superblock snapshot more consistent
ClosedPublic

Authored by kib on May 8 2022, 2:06 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, May 17, 12:52 AM
Unknown Object (File)
Tue, Apr 22, 11:57 PM
Unknown Object (File)
Tue, Apr 22, 1:27 PM
Unknown Object (File)
Apr 9 2025, 6:45 AM
Unknown Object (File)
Apr 8 2025, 11:15 AM
Unknown Object (File)
Feb 23 2025, 12:15 AM
Unknown Object (File)
Feb 22 2025, 5:10 PM
Unknown Object (File)
Feb 6 2025, 10:48 PM
Subscribers

Details

Summary
Copy in-memory struct fs to the superblock buffer under the UFS mutex.

Clear fs_fmod once more, in the buffer data copy.
This is needed for in-kernel copy of the code, where allocation might
happen after fs_fmod is cleared in ffs_sbput() but before the write.

Reported by:    markj
PR:     263765

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable