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)
Sun, Apr 5, 3:04 PM
Unknown Object (File)
Sat, Apr 4, 5:04 AM
Unknown Object (File)
Sun, Mar 29, 8:20 PM
Unknown Object (File)
Thu, Mar 26, 10:04 PM
Unknown Object (File)
Tue, Mar 24, 6:35 PM
Unknown Object (File)
Thu, Mar 19, 4:04 PM
Unknown Object (File)
Mar 10 2026, 5:31 PM
Unknown Object (File)
Mar 10 2026, 7:44 AM
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.