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

This commit is contained in:
Brian Behlendorf 2009-03-13 10:59:14 -07:00
commit adf984639d
1 changed files with 1 additions and 1 deletions

View File

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