]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Replace the expression "-mask & ~mask" with a function call that does
authordougm <dougm@FreeBSD.org>
Fri, 10 May 2019 19:55:29 +0000 (19:55 +0000)
committerdougm <dougm@FreeBSD.org>
Fri, 10 May 2019 19:55:29 +0000 (19:55 +0000)
commit28ca43d2eb46c8ca5ba05e349759c3ca7618ab7d
tree3b2808c4d81b1cd0cedd3cc0d5aa269ffd4bd47e
parent2df930b8c7e58416e77299d77e74bf730a7bc002
Replace the expression "-mask & ~mask" with a function call that does
the same thing, but is commented so that it might be better
understood.

Approved by: kib (mentor)
Differential Revision: https://reviews.freebsd.org/D20231
sys/kern/subr_blist.c