mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-26 20:22:14 +03:00
OpenZFS 9682 - page fault in dsl_async_clone_destroy() while opening pool
Authored by: Serapheim Dimitropoulos <serapheim@delphix.com> Reviewed by: Brad Lewis <brad.lewis@delphix.com> Reviewed by: Matt Ahrens <matt@delphix.com> Reviewed by: Sara Hartse <sara.hartse@delphix.com> Reviewed by: Brian Behlendorf <behlendorf1@llnl.gov> Approved by: Robert Mustacchi <rm@joyent.com> Ported-by: George Melikov <mail@gmelikov.ru> OpenZFS-issue: https://www.illumos.org/issues/9682 OpenZFS-commit: https://github.com/openzfs/openzfs/commit/ade2c82828 Closes #8037
This commit is contained in:
committed by
Brian Behlendorf
parent
ee900344f2
commit
9b2266e3d8
+3
-2
@@ -2453,10 +2453,11 @@ dump_dir(objset_t *os)
|
||||
dmu_objset_name(os, osname);
|
||||
|
||||
(void) printf("Dataset %s [%s], ID %llu, cr_txg %llu, "
|
||||
"%s, %llu objects%s\n",
|
||||
"%s, %llu objects%s%s\n",
|
||||
osname, type, (u_longlong_t)dmu_objset_id(os),
|
||||
(u_longlong_t)dds.dds_creation_txg,
|
||||
numbuf, (u_longlong_t)usedobjs, blkbuf);
|
||||
numbuf, (u_longlong_t)usedobjs, blkbuf,
|
||||
(dds.dds_inconsistent) ? " (inconsistent)" : "");
|
||||
|
||||
if (zopt_objects != 0) {
|
||||
for (i = 0; i < zopt_objects; i++)
|
||||
|
||||
Reference in New Issue
Block a user