MFC r287744 (by delphij): Reduce diff against upstream.
This commit is contained in:
parent
c9b8e5282d
commit
46c4461443
@ -1630,6 +1630,7 @@ load_nvlist(spa_t *spa, uint64_t obj, nvlist_t **value)
|
||||
error = dmu_bonus_hold(spa->spa_meta_objset, obj, FTAG, &db);
|
||||
if (error != 0)
|
||||
return (error);
|
||||
|
||||
nvsize = *(uint64_t *)db->db_data;
|
||||
dmu_buf_rele(db, FTAG);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user