search for: bonustype

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

2012 Jul 19
1
kernel panic caused by zfs/sa.c
...cddl/contrib/opensolaris/uts/common/fs/zfs/sa.c, line 1262 I can reproduce this by running "cd /usr/ports/www/webkit-ghtk2; make clean" I looked at line 1262 in sa.c and it's part of a bit of code that 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...