Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Mar 2007 13:26:14 +0000 (UTC)
From:      "Wojciech A. Koszek" <wkoszek@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:  <200703291326.l2TDQEMg020702@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
wkoszek     2007-03-29 13:26:14 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_bio.c 
  Log:
  vm_map_delete should be used only internally, by the VM subsystem. Replace
  it with vm_map_remove, which not only embeds additional check, but also
  takes care of locking.
  
  Reviewed by:    alc
  Approved by:    alc, cognet (mentor)
  
  Revision  Changes    Path
  1.520     +2 -6      src/sys/kern/vfs_bio.c



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