FreeBSD Bugzilla – Attachment 175316 Details for
Bug 213112
[zfs] [panic] solaris assert: !RRM_LOCK_HELD(&zfsvfs->z_teardown_lock), file zfs_vnops.c, line 1457 (5978)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Possible fix for zfs_lookup() (sys_extattr_get_file())
patch-zfs-diag-ext2.diff (text/plain), 581 bytes, created by
Andriy Voskoboinyk
on 2016-09-30 17:42:05 UTC
(
hide
)
Description:
Possible fix for zfs_lookup() (sys_extattr_get_file())
Filename:
MIME Type:
Creator:
Andriy Voskoboinyk
Created:
2016-09-30 17:42:05 UTC
Size:
581 bytes
patch
obsolete
>Index: sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c >=================================================================== >--- sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c (revision 306459) >+++ sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c (working copy) >@@ -1454,7 +1454,8 @@ > > ASSERT_VOP_LOCKED(dvp, __func__); > #ifdef DIAGNOSTIC >- ASSERT(!RRM_LOCK_HELD(&zfsvfs->z_teardown_lock)); >+ if (!(zdp->z_pflags & ZFS_XATTR)) >+ ASSERT(!RRM_LOCK_HELD(&zfsvfs->z_teardown_lock)); > #endif > > if (name[0] == 0 || (name[0] == '.' && name[1] == 0)) {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 213112
:
175298
|
175299
|
175306
| 175316