On 12/08/2016 07:01, Slawa Olhovchenkov wrote:
> On Thu, Dec 08, 2016 at 04:29:29AM +, Alan Cox wrote:
>
>> Author: alc
>> Date: Thu Dec 8 04:29:29 2016
>> New Revision: 309703
>> URL: https://svnweb.freebsd.org/changeset/base/309703
>>
>> Log:
>> Previously, vm_radix_remove() would panic if
On Thu, Dec 08, 2016 at 04:29:29AM +, Alan Cox wrote:
> Author: alc
> Date: Thu Dec 8 04:29:29 2016
> New Revision: 309703
> URL: https://svnweb.freebsd.org/changeset/base/309703
>
> Log:
> Previously, vm_radix_remove() would panic if the radix trie didn't
> contain a vm_page_t at the sp
Author: alc
Date: Thu Dec 8 04:29:29 2016
New Revision: 309703
URL: https://svnweb.freebsd.org/changeset/base/309703
Log:
Previously, vm_radix_remove() would panic if the radix trie didn't
contain a vm_page_t at the specified index. However, with this
change, vm_radix_remove() no longer pa