zfs: Fatal trap 12: page fault while in kernel mode

Tim Kientzle kientzle at freebsd.org
Sat Aug 1 17:12:12 UTC 2009


James R. Van Artsdalen wrote:
> Andriy Gapon wrote:
>>   
>> One comment on the patch - I personally don't like bit-wise xor in a logical
>> expression. But if otherwise the expression would be huge and ugly, then OK.
> 
> If you're going to code an XOR, use an XOR.

Or != which produces the same result for logical
values and is sometimes easier to understand.

Tim


More information about the freebsd-current mailing list