]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove a redundant call to panic() from vm_radix_keydiff(). The assertion
authoralc <alc@FreeBSD.org>
Tue, 7 May 2013 18:45:34 +0000 (18:45 +0000)
committeralc <alc@FreeBSD.org>
Tue, 7 May 2013 18:45:34 +0000 (18:45 +0000)
commit85384d7eba4df6c382b0d985fd28fadbcc4fa9a3
tree9c28cf3253cc3bf147c8b4836ef0d707cdf9acd1
parent15f6025f5319fecf3f9a6426603fb2fd07694681
Remove a redundant call to panic() from vm_radix_keydiff().  The assertion
before the loop accomplishes the same thing.

Sponsored by: EMC / Isilon Storage Division
sys/vm/vm_radix.c