FreeBSD Bugzilla – Attachment 153240 Details for
Bug 197821
zfs list -t bookmark doesn't work on zvol
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix for the problem
zfs_iter.diff (text/plain), 478 bytes, created by
cryx-freebsd
on 2015-02-20 21:04:23 UTC
(
hide
)
Description:
Fix for the problem
Filename:
MIME Type:
Creator:
cryx-freebsd
Created:
2015-02-20 21:04:23 UTC
Size:
478 bytes
patch
obsolete
>Index: cddl/contrib/opensolaris/cmd/zfs/zfs_iter.c >=================================================================== >--- cddl/contrib/opensolaris/cmd/zfs/zfs_iter.c (revision 277059) >+++ cddl/contrib/opensolaris/cmd/zfs/zfs_iter.c (working copy) >@@ -454,6 +454,8 @@ > argtype |= ZFS_TYPE_FILESYSTEM; > if (types & ZFS_TYPE_SNAPSHOT) > argtype |= ZFS_TYPE_VOLUME; >+ if (types & ZFS_TYPE_BOOKMARK) >+ argtype |= ZFS_TYPE_VOLUME; > } > > for (i = 0; i < argc; i++) {
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 197821
: 153240