]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r266426
authortruckman <truckman@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 22 May 2014 00:39:49 +0000 (00:39 +0000)
committertruckman <truckman@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 22 May 2014 00:39:49 +0000 (00:39 +0000)
commit1e62dec29b9774308a2011a41e06aecb1811d424
tree9cd3de14ee664a495444f7d58af4baf90072f5a7
parente714c30625cef1583cb2eb845bffe1eba1c9563b
MFC r266426

Slightly restructure the final loop in rman_reserve_resource_bound().
Replace with the existing loop termination test with a similar
condition from the nested "if" that may terminate the loop a bit
sooner, but still not too early.   This condition can then be removed
from the nested "if".  Relocate an operator to be style(9) compliant.

git-svn-id: svn://svn.freebsd.org/base/stable/10@266521 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/kern/subr_rman.c