diff options
author | Brian Behlendorf <[email protected]> | 2012-10-15 13:36:26 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2012-10-15 16:01:54 -0700 |
commit | 99db9bfde70440475a37c0e1b985efbec4850a8c (patch) | |
tree | 6aca9c8eeb29a07a36eb155a5aba8626c50f8a75 /module/zfs/zil.c | |
parent | 6cb7ab069d9079a5b4b955da883d5ab804c91319 (diff) |
Condition variable usage, zevent_cv
The following incorrect usage of cv_broadcast() was caught by
code inspection. The cv_broadcast() function must be called
under the associated mutex to preventing racing with cv_wait().
Signed-off-by: Brian Behlendorf <[email protected]>
Diffstat (limited to 'module/zfs/zil.c')
0 files changed, 0 insertions, 0 deletions