forked from openzfsonosx/openzfs-fork
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dnode_move_impl() can destroy dn_mtx still held by dnode_rele()
panic(cpu 9 caller 0xfffffe00101cfcfc): spl_dbg_mutex_destroy: mutex has other owner 0xfffffe29c93ee800 destroy call at dnode_dest() in module/os/macos/../../zfs/dnode.c line 193, last mutex_enter in module/os/macos/../../zfs/dnode.c:dnode_rele:1762 0s ago spl_dbg_mutex_destroy (in zfs) (spl-mutex.c:893) dnode_dest (in zfs) (dnode.c:194) kmem_move_buffer (in zfs) (spl-kmem.c:5933) taskq_thread (in zfs) (spl-taskq.c:2144) spl_thread_setup (in zfs) (spl-thread.c:128) Bail out of dnode_move() with a dnode_move_race if mutex_tryenter(odn->dn_mtx) fails.
- Loading branch information
Showing
3 changed files
with
27 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
Empty file.