Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Aug 2003 22:05:34 -0700 (PDT)
From:      Alan Cox <alc@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern vfs_bio.c
Message-ID:  <200308020505.h7255YmL061244@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308020505.h7255YmL061244>