We don't need to read the old contents of the backup FAT before updating
it with the new, so use getblk rather than bread to get the m_buf to to
the write.
Sponsored by: Netflix
Differential D39060
msdos: Use getblk rather than bread to write out FAT copy imp on Mar 13 2023, 5:11 PM. Authored by Tags None Referenced Files
Subscribers
Details
We don't need to read the old contents of the backup FAT before updating Sponsored by: Netflix
Diff Detail
Event TimelineComment Actions Hmmm, we did in my testing, but I see the code that blsize != cpsize, so I'm just going to drop thia. |