Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Feb 2009 20:30:51 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/vm vm_map.c
Message-ID:  <200902082031.n18KV6aE022752@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kib         2009-02-08 20:30:51 UTC

  FreeBSD src repository

  Modified files:
    sys/vm               vm_map.c 
  Log:
  SVN rev 188333 on 2009-02-08 20:30:51Z by kib
  
  In vm_map_sync(), do not call vm_object_sync() while holding map lock.
  Reference object, drop the map lock, and then call vm_object_sync().
  The object sync might require vnode lock for OBJT_VNODE type objects.
  
  Reviewed by:    tegge
  Tested by:      pho
  
  Revision  Changes    Path
  1.406     +10 -2     src/sys/vm/vm_map.c



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