Page MenuHomeFreeBSD

UFS fs.h: clear warning from use by makefs(1)
ClosedPublic

Authored by emaste on May 3 2017, 5:01 PM.
Tags
None
Referenced Files
Unknown Object (File)
Jun 30 2025, 4:37 PM
Unknown Object (File)
Jun 25 2025, 10:12 AM
Unknown Object (File)
Jun 20 2025, 2:59 PM
Unknown Object (File)
Jun 16 2025, 12:19 PM
Unknown Object (File)
Jun 15 2025, 1:37 PM
Unknown Object (File)
Jun 14 2025, 3:33 AM
Unknown Object (File)
Apr 27 2025, 1:45 AM
Unknown Object (File)
Apr 18 2025, 11:09 PM
Subscribers
None

Details

Summary

A different approach to cleaning up makefs warnings will change types or casts there, as opposed to the change in D10578. There is one case where a signedness warning arises from a macro in fs.h, so must be addressed in the macro itself.

Diff Detail

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

Event Timeline

I checked all users of blksize().

This revision is now accepted and ready to land.May 3 2017, 7:26 PM

I like this solution much better than D10578.

This revision was automatically updated to reflect the committed changes.