Merge commit 'refs/top-bases/linux-kernel-module' into linux-kernel-module
This commit is contained in:
commit
adf984639d
|
@ -374,7 +374,7 @@ dbuf_verify(dmu_buf_impl_t *db)
|
|||
int i;
|
||||
|
||||
for (i = 0; i < db->db.db_size >> 3; i++) {
|
||||
ASSERT(db->db.db_data[i] == 0);
|
||||
ASSERT(((uint64_t *)db->db.db_data)[i] == 0);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue