FreeBSD Bugzilla – Attachment 159915 Details for
Bug 202358
[patch] [zfs] fix possible assert fail in sa_handle_get_from_db()
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for sa.c
sa.patch (text/plain), 433 bytes, created by
luke.tw
on 2015-08-16 11:09:20 UTC
(
hide
)
Description:
patch for sa.c
Filename:
MIME Type:
Creator:
luke.tw
Created:
2015-08-16 11:09:20 UTC
Size:
433 bytes
patch
obsolete
>Index: sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sa.c >=================================================================== >--- sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sa.c (revision 286821) >+++ sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sa.c (working copy) >@@ -211,6 +211,7 @@ > { > sa_handle_t *hdl = buf; > >+ hdl->sa_dbu.dbu_evict_func = NULL; > mutex_init(&hdl->sa_lock, NULL, MUTEX_DEFAULT, NULL); > return (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 202358
:
159915
|
160132