cvs commit: src/lib/libkse/sys lock.c

Daniel Eischen deischen at FreeBSD.org
Thu Jan 31 11:38:27 PST 2008


deischen    2008-01-31 19:38:26 UTC

  FreeBSD src repository

  Modified files:
    lib/libkse/sys       lock.c 
  Log:
  When reinitializing a lockuser, don't assume that the lock is in
  use.  If it is in use, use the watched request, otherwise use the
  lockuser's own request.  Only allocate a lockuser request if both
  requests are null.
  
  PR:     119920
  Tested by (6.x):        Landon Fuller <landonf -at- bikemonkey -dot- org>
  
  Revision  Changes    Path
  1.14      +15 -7     src/lib/libkse/sys/lock.c


More information about the cvs-src mailing list