Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 May 2009 21:22:03 +0000 (UTC)
From:      Rick Macklem <rmacklem@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/fs/nfs nfs_var.h src/sys/fs/nfsclient nfs_clnode.c nfs_clrpcops.c nfs_clstate.c nfs_clvnops.c
Message-ID:  <200905182122.n4ILMD7Q004878@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rmacklem    2009-05-18 21:22:03 UTC

  FreeBSD src repository

  Modified files:
    sys/fs/nfs           nfs_var.h 
    sys/fs/nfsclient     nfs_clnode.c nfs_clrpcops.c nfs_clstate.c 
                         nfs_clvnops.c 
  Log:
  SVN rev 192337 on 2009-05-18 21:22:03Z by rmacklem
  
  Change the experimental NFSv4 client so that it does not do
  the NFSv4 Close operations until ncl_inactive(). This is
  necessary so that the Open StateIDs are available for doing
  I/O on mmap'd files after VOP_CLOSE(). I also changed some
  indentation for the nfscl_getclose() function.
  
  Approved by:    kib (mentor)
  
  Revision  Changes    Path
  1.5       +2 -3      src/sys/fs/nfs/nfs_var.h
  1.2       +7 -0      src/sys/fs/nfsclient/nfs_clnode.c
  1.2       +7 -4      src/sys/fs/nfsclient/nfs_clrpcops.c
  1.2       +56 -45    src/sys/fs/nfsclient/nfs_clstate.c
  1.2       +7 -11     src/sys/fs/nfsclient/nfs_clvnops.c



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