Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Jul 2011 20:49:38 +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_clrpcops.c nfs_clstate.c
Message-ID:  <201107172049.p6HKnprV092074@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rmacklem    2011-07-17 20:49:38 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sys/fs/nfs           nfs_var.h 
    sys/fs/nfsclient     nfs_clrpcops.c nfs_clstate.c 
  Log:
  SVN rev 224149 on 2011-07-17 20:49:38Z by rmacklem
  
  MFC: r223747
  Modify the new NFSv4 client so that it appends a file handle
  to the lock_owner4 string that goes on the wire. Also, add
  code to do a ReleaseLockOwner Op on the lock_owner4 string
  before a Close. Apparently not all NFSv4 servers handle multiple
  instances of the same lock_owner4 string, at least not in a
  compatible way. This patch avoids having multiple instances,
  except for one unusual case, which will be fixed by a future commit.
  Found at the recent NFSv4 interoperability Bakeathon.
  
  Revision  Changes    Path
  1.6.2.26  +1 -0      src/sys/fs/nfs/nfs_var.h
  1.4.2.21  +27 -19    src/sys/fs/nfsclient/nfs_clrpcops.c
  1.7.2.17  +1 -2      src/sys/fs/nfsclient/nfs_clstate.c



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