Merge commit 'refs/top-bases/linux-arc' into linux-arc

This commit is contained in:
Brian Behlendorf 2009-03-13 10:57:47 -07:00
commit 648bbdebbe
1 changed files with 1 additions and 1 deletions

View File

@ -373,7 +373,7 @@ dbuf_verify(dmu_buf_impl_t *db)
int i; int i;
for (i = 0; i < db->db.db_size >> 3; 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);
} }
} }
} }