Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 May 1999 15:46:47 -0700 (PDT)
From:      Dmitrij Tejblum <dt@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_lockf.c
Message-ID:  <199905082246.PAA44615@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dt          1999/05/08 15:46:47 PDT

  Modified files:
    sys/kern             kern_lockf.c 
  Log:
  Fix a freelist trashing under following confitions:
  - first program lock a region in a file,
  - second program wait on the lock,
  - first program extend the region,
  - second program interrupted by a signal.
  
  Revision  Changes    Path
  1.22      +2 -1      src/sys/kern/kern_lockf.c


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




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