search for: sa_byteswap

Displaying 1 result from an estimated 1 matches for "sa_byteswap".

Did you mean: _byteswap
2012 Jul 19
1
kernel panic caused by zfs/sa.c
...at checks if byte swapping is necessary. The code starting at line 1260: if (IS_SA_BONUSTYPE(bonustype) && sa_hdr_phys->sa_magic != SA_MAGIC && sa_hdr_phys->sa_magic != 0) { VERIFY(BSWAP_32(sa_hdr_phys->sa_magic) == SA_MAGIC); sa_byteswap(hdl, buftype); } As far as I can tell, my source is up to date and this code is the same as what is in 9-STABLE. I'm not sure what's causing the panic, does anyone have a suggestion? Thanks for the help. --Greg