Merge commit 'refs/top-bases/linux-zfs-branch' into linux-zfs-branch

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

View File

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