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)
Tue, Jan 14, 7:33 PM
Unknown Object (File)
Dec 10 2024, 5:04 AM
Unknown Object (File)
Dec 6 2024, 12:04 AM
Unknown Object (File)
Nov 25 2024, 12:00 AM
Unknown Object (File)
Nov 24 2024, 9:39 AM
Unknown Object (File)
Nov 14 2024, 7:37 PM
Unknown Object (File)
Nov 7 2024, 2:17 AM
Unknown Object (File)
Nov 4 2024, 6:16 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.