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)
Mon, Nov 25, 12:00 AM
Unknown Object (File)
Sun, Nov 24, 9:39 AM
Unknown Object (File)
Thu, Nov 14, 7:37 PM
Unknown Object (File)
Thu, Nov 7, 2:17 AM
Unknown Object (File)
Mon, Nov 4, 6:16 PM
Unknown Object (File)
Oct 5 2024, 6:15 PM
Unknown Object (File)
Oct 3 2024, 12:35 AM
Unknown Object (File)
Oct 2 2024, 8:17 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.