Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Aug 2002 13:33:11 -0700 (PDT)
From:      Semen Ustimenko <semenu@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern uipc_syscalls.c
Message-ID:  <200208112033.g7BKXBYr058175@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
semenu      2002/08/11 13:33:11 PDT

  Modified files:
    sys/kern             uipc_syscalls.c 
  Log:
  Fix sendfile(), who was calling vn_rdwr() without aresid parameter and
  thus hiting EIO at the end of file. This is believed to be a feature
  (not a bug) of vn_rdwr(), so we turn it off by supplying aresid param.
  
  Reviewed by:    rwatson, dg
  
  Revision  Changes    Path
  1.125     +2 -2      src/sys/kern/uipc_syscalls.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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