Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Jun 1997 06:56:55 -0700 (PDT)
From:      Doug Rabson <dfr@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/nfs nfs_serv.c nfs_vnops.c
Message-ID:  <199706031356.GAA22371@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dfr         1997/06/03 06:56:55 PDT

  Modified files:
    sys/nfs              nfs_serv.c nfs_vnops.c 
  Log:
  Implement the async mount option for NFSv3.  This makes NFS pretend that all
  writes sent to the server were synchronous and therefore no commits are
  needed.  This is the same as the vfs.nfs.async variable on the server but
  allows each client to choose whether to work this way.
  
  Also make the vfs.nfs.async variable do the 'right' thing for NFSv3, i.e.
  pretend that the write was synchronous.
  
  Revision  Changes    Path
  1.43      +5 -2      src/sys/nfs/nfs_serv.c
  1.53      +3 -1      src/sys/nfs/nfs_vnops.c



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