forked from openzfs/zfs
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Debug zio_wait() hangs (zio->io_magic)
One theory for openzfs#2523 is that somehow the spinlock at the start of the mutex is being accidentally overwritten. To test this theory a magic value is added before the mutex. By checking this value periodically against a known magic value we can detect if this is somehow happening. Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Issue openzfs#2523
- Loading branch information
1 parent
287be44
commit 64b8f73
Showing
2 changed files
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters