Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 May 2003 14:16:34 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/rpc.lockd lockd_lock.c
Message-ID:  <200305142116.h4ELGYf9058640@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@allcaps.org>
  
  Revision  Changes    Path
  1.11      +11 -6     src/usr.sbin/rpc.lockd/lockd_lock.c



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