Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Feb 2011 09:15:23 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/kern uipc_syscalls.c
Message-ID:  <201102040915.p149FZJE062069@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kib         2011-02-04 09:15:23 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sys/kern             uipc_syscalls.c 
  Log:
  SVN rev 218258 on 2011-02-04 09:15:23Z by kib
  
  MFC r218026:
  If more than one thread allocated sf buffers for sendfile(2), and
  each of the threads needs more while current pool of the buffers is
  exhausted, then neither thread can make progress.
  
  Switch to nowait allocations after we got first buffer already.
  
  Revision    Changes    Path
  1.284.2.12  +12 -5     src/sys/kern/uipc_syscalls.c



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