[Bug 293198] zfs deadlock while copying many files, vfs_deleteextattr_dir-related?
| Newsgroups | gmane.os.freebsd.devel.file-systems |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=293198 --- Comment #12 from Mark Johnston <[email protected]> --- I believe the "solution" for other lock types is to count the number of read locks held by the current thread, e.g., in td_rw_rlocks. If the current thread's counter is greater than 0, then it's allowed to bypass writes. -- You are receiving this mail because: You are the assignee for the bug.