Page MenuHomeFreeBSD

Clarify a mysterious expression
ClosedPublic

Authored by dougm on May 10 2019, 6:47 PM.
Tags
None
Referenced Files
F163079988: D20231.id57285.diff
Sun, Jul 19, 9:58 PM
Unknown Object (File)
Mon, Jul 6, 3:29 AM
Unknown Object (File)
Sat, Jul 4, 7:58 AM
Unknown Object (File)
Sat, Jul 4, 1:31 AM
Unknown Object (File)
Fri, Jul 3, 7:59 AM
Unknown Object (File)
Tue, Jun 30, 8:28 PM
Unknown Object (File)
Jun 16 2026, 8:13 PM
Unknown Object (File)
May 15 2026, 3:53 PM
Subscribers

Details

Summary

Replace the expression "-mask & ~mask" with a function call that does the same thing, but is commented so that it might be better understood.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

No need to resend for this style nit.

subr_blist.c
653 ↗(On Diff #57282)

There should be a blank line after the '{' if no locals are declared.

This revision is now accepted and ready to land.May 10 2019, 7:01 PM
This revision was automatically updated to reflect the committed changes.