FreeBSD Bugzilla – Attachment 163360 Details for
Bug 204705
zfs receive mounts received dataset even if -u is given
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed patch for testing
file_204705.txt (text/plain), 381 bytes, created by
Andriy Gapon
on 2015-11-20 22:58:00 UTC
(
hide
)
Description:
proposed patch for testing
Filename:
MIME Type:
Creator:
Andriy Gapon
Created:
2015-11-20 22:58:00 UTC
Size:
381 bytes
patch
obsolete
>--- a/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_sendrecv.c >+++ b/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_sendrecv.c >@@ -3476,7 +3476,8 @@ zfs_receive_one(libzfs_handle_t *hdl, int infd, const char *tosnap, > } > > if (clp) { >- err |= changelist_postfix(clp); >+ if (!flags->nomount) >+ err |= changelist_postfix(clp); > changelist_free(clp); > } >
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 204705
: 163360