FreeBSD Bugzilla – Attachment 251134 Details for
Bug 279450
devel/py-libzfs: patches needed for -current to make it compile with a newer libzfs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
1st patch
patch-libzfs.pyx (text/plain), 356 bytes, created by
Alexander Leidinger
on 2024-06-01 11:42:58 UTC
(
hide
)
Description:
1st patch
Filename:
MIME Type:
Creator:
Alexander Leidinger
Created:
2024-06-01 11:42:58 UTC
Size:
356 bytes
patch
obsolete
>--- libzfs.pyx.orig 2023-02-07 22:16:10 UTC >+++ libzfs.pyx >@@ -3101,7 +3101,7 @@ cdef class ZFSPool(object): > cdef int ret > > with nogil: >- ret = libzfs.zpool_add(self.handle, vd.nvlist.handle) >+ ret = libzfs.zpool_add(self.handle, vd.nvlist.handle, 0) > > if ret != 0: > raise self.root.get_error()
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 279450
: 251134 |
251135
|
251292
|
251549