]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Eliminate an abuse of kmem_alloc_pageable() in bufinit()
authorAlan Cox <alc@FreeBSD.org>
Sat, 2 Aug 2003 05:05:34 +0000 (05:05 +0000)
committerAlan Cox <alc@FreeBSD.org>
Sat, 2 Aug 2003 05:05:34 +0000 (05:05 +0000)
commit105660e8ba16c19cb469c3a4b1259d0a0476d857
treeb8f50be856f35153b1b3501efa289ec14a58ea3b
parentefd02757c242c5df3149b8257b95d7fdb6c316f8
Eliminate an abuse of kmem_alloc_pageable() in bufinit()
by using VM_ALLOC_NOOBJ to allocate the bogus page.

Reviewed by: tegge
sys/kern/vfs_bio.c