Merge commit 'refs/top-bases/linux-kernel-mem' into linux-kernel-mem

This commit is contained in:
Brian Behlendorf 2009-03-13 11:00:03 -07:00
commit 339553bdea
1 changed files with 1 additions and 1 deletions

View File

@ -385,7 +385,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);
}
}
}