Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Jun 2011 20:22:56 +0000 (UTC)
From:      Rick Macklem <rmacklem@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/fs/nfsclient nfs_clport.c nfs_clvnops.c
Message-ID:  <201106052023.p55KN7ES006194@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

rmacklem    2011-06-05 20:22:56 UTC

  FreeBSD src repository

  Modified files:
    sys/fs/nfsclient     nfs_clport.c nfs_clvnops.c 
  Log:
  SVN rev 222722 on 2011-06-05 20:22:56Z by rmacklem
  
  Add support for flock(2) locks to the new NFSv4 client. I think this
  should be ok, since the client now delays NFSv4 Close operations
  until VOP_INACTIVE()/VOP_RECLAIM(). As such, there should be no
  risk that the NFSv4 Open is closed while an associated byte range lock
  still exists.
  
  Tested by:      avg
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.24      +4 -1      src/sys/fs/nfsclient/nfs_clport.c
  1.44      +5 -2      src/sys/fs/nfsclient/nfs_clvnops.c



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