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, May 11, 5:36 PM
Unknown Object (File)
Mon, May 11, 12:59 PM
Unknown Object (File)
Sun, May 10, 11:56 AM
Unknown Object (File)
Mon, May 4, 4:37 PM
Unknown Object (File)
Thu, Apr 30, 2:05 PM
Unknown Object (File)
Thu, Apr 30, 8:27 AM
Unknown Object (File)
Tue, Apr 28, 2:56 PM
Unknown Object (File)
Mon, Apr 27, 12:18 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.