- Don't bump the count twice in the LK_DRAIN case.
Sponsored by: Isilon Systems, Inc.
This commit is contained in:
parent
b0685bb184
commit
bf5c2a1940
@ -466,8 +466,6 @@ debuglockmgr(lkp, flags, interlkp, td, name, file, line)
|
||||
lkp->lk_lockholder = thr;
|
||||
lkp->lk_exclusivecount = 1;
|
||||
COUNT(td, 1);
|
||||
if (td != NULL)
|
||||
td->td_locks++;
|
||||
#if defined(DEBUG_LOCKS)
|
||||
lkp->lk_filename = file;
|
||||
lkp->lk_lineno = line;
|
||||
|
Loading…
x
Reference in New Issue
Block a user