Deleted Added
full compact
23c23
< * Copyright (c) 2011 by Delphix. All rights reserved.
---
> * Copyright (c) 2012 by Delphix. All rights reserved.
475c475
< ASSERT(dmu_ot[doi.doi_type].ot_byteswap == zap_byteswap);
---
> ASSERT3U(DMU_OT_BYTESWAP(doi.doi_type), ==, DMU_BSWAP_ZAP);
520c520
< ASSERT3U(err, ==, 0);
---
> ASSERT0(err);
599c599
< ASSERT(dmu_ot[doi.doi_type].ot_byteswap == zap_byteswap);
---
> ASSERT3U(DMU_OT_BYTESWAP(doi.doi_type), ==, DMU_BSWAP_ZAP);