cvs commit: src/usr.sbin/rpc.lockd lockd_lock.c

Robert Watson rwatson at FreeBSD.org
Wed May 14 14:16:35 PDT 2003


rwatson     2003/05/14 14:16:34 PDT

  FreeBSD src repository

  Modified files:
    usr.sbin/rpc.lockd   lockd_lock.c 
  Log:
  Avoid registering for a lock on the server in the event the NFS client
  has requested the lock in a non-blocking form, instead returning an
  immediate failure.  This appears to help reduce one of my "locks get
  lost" symptoms involving lockf(1), which attempts a non-blocking lock
  attempt before actually blocking on the lock.  At this point the client
  still gets back EACCES, which is an issue we're still working.
  
  Approved by:    re (scottl)
  Submitted by:   Andrew P. Lentvorski, Jr. <bsder at allcaps.org>
  
  Revision  Changes    Path
  1.11      +11 -6     src/usr.sbin/rpc.lockd/lockd_lock.c


More information about the cvs-src mailing list