Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 May 2010 01:25:03 +0000 (UTC)
From:      Alan Cox <alc@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/vm vm_map.c
Message-ID:  <201005020125.o421PLGI017143@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
alc         2010-05-02 01:25:03 UTC

  FreeBSD src repository

  Modified files:
    sys/vm               vm_map.c 
  Log:
  SVN rev 207487 on 2010-05-02 01:25:03Z by alc
  
  Correct an error of omission in r206819.  If VMFS_TLB_ALIGNED_SPACE is
  specified to vm_map_find(), then retry the vm_map_findspace() if
  vm_map_insert() fails because the aligned space is already partly used.
  
  Reported by:    Neel Natu
  
  Revision  Changes    Path
  1.429     +5 -1      src/sys/vm/vm_map.c



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