Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Nov 2001 02:37:32 -0800 (PST)
From:      Alfred Perlstein <alfred@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/rpc.lockd kern.c
Message-ID:  <200111081037.fA8AbWF33765@freefall.freebsd.org>

index | next in thread | raw e-mail

alfred      2001/11/08 02:37:32 PST

  Modified files:
    usr.sbin/rpc.lockd   kern.c 
  Log:
  leverage fixed fifo implementation (rev 1.56 of
  src/sys/fs/fifofs/fifo_vnops.c) to serve locks better, my previous
  workaround for lack of decent fifo system wasn't cutting it,
  particularly the kernel would send a message down the fifo and
  immediately close it, this would lead to delayed unlock requests
  being seen by the lockd causing all sorts of badness.
  
  Basically, don't reopen the fifo, just select(2) on it.
  
  Revision  Changes    Path
  1.7       +3 -8      src/usr.sbin/rpc.lockd/kern.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



home | help

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