[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 #13 from Rick Macklem <[email protected]> --- Created attachment 268106 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=268106&action=edit Test to see if not doing VFS_MOUNT() for exports fixes his hang This patch avoids a call to VFS_MOUNT() when doing exports updates. It does not fix the "general" problem, but might fix this case, since I don't think a VFS_MOUNT() call is ever needed for exports updates. Please test this patch with sharenfs=on if possible. -- You are receiving this mail because: You are the assignee for the bug.