cvs commit: src/sys/kern vfs_bio.c

Alan Cox alc at FreeBSD.org
Fri Aug 1 22:05:36 PDT 2003


alc         2003/08/01 22:05:34 PDT

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_bio.c 
  Log:
  Eliminate an abuse of kmem_alloc_pageable() in bufinit()
  by using VM_ALLOC_NOOBJ to allocate the bogus page.
  
  Reviewed by:    tegge
  
  Revision  Changes    Path
  1.395     +1 -6      src/sys/kern/vfs_bio.c


More information about the cvs-src mailing list