Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Jul 2011 21:44:26 +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:  <201107032144.p63LihZZ098579@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rmacklem    2011-07-03 21:44:26 UTC

  FreeBSD src repository

  Modified files:
    sys/fs/nfs           nfs_var.h 
    sys/fs/nfsclient     nfs_clrpcops.c nfs_clstate.c 
  Log:
  SVN rev 223747 on 2011-07-03 21:44:26Z by rmacklem
  
  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.
  
  Tested by:      tdh at excfb.com
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.31      +1 -0      src/sys/fs/nfs/nfs_var.h
  1.26      +27 -19    src/sys/fs/nfsclient/nfs_clrpcops.c
  1.25      +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?201107032144.p63LihZZ098579>