Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Oct 1998 07:39:31 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/sys/nfs nfs_serv.c
Message-ID:  <199810311539.HAA18679@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       1998/10/31 07:39:31 PST

  Modified files:
    sys/nfs              nfs_serv.c 
  Log:
  vm_object_page_clean() last arg changed from TRUE to OBJPC_SYNC.  I'm not
  sure that this is necessary to be a sync write here since a VOP_FSYNC()
  follows and it will schedule, sort and complete the writes that the
  vm_object_page_clean() started (as I think I understand things).
  
  Revision  Changes    Path
  1.70      +2 -2      src/sys/nfs/nfs_serv.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?199810311539.HAA18679>