Merge branch 'fix-zfs_ioc_objset_stats' into refs/top-bases/fix-branch
This commit is contained in:
commit
2e982255da
|
@ -1611,8 +1611,9 @@ zfs_ioc_objset_stats(zfs_cmd_t *zc)
|
|||
*/
|
||||
if (!zc->zc_objset_stats.dds_inconsistent) {
|
||||
if (dmu_objset_type(os) == DMU_OST_ZVOL)
|
||||
VERIFY(zvol_get_stats(os, nv) == 0);
|
||||
error = zvol_get_stats(os, nv);
|
||||
}
|
||||
if (error == 0)
|
||||
error = put_nvlist(zc, nv);
|
||||
nvlist_free(nv);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue