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, Mar 10, 5:31 PM
Unknown Object (File)
Tue, Mar 10, 7:44 AM
Unknown Object (File)
Sat, Mar 7, 12:55 PM
Unknown Object (File)
Sat, Mar 7, 5:22 AM
Unknown Object (File)
Feb 8 2026, 2:17 PM
Unknown Object (File)
Feb 8 2026, 8:33 AM
Unknown Object (File)
Jan 30 2026, 8:09 PM
Unknown Object (File)
Nov 29 2025, 4:05 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.