[Bug 194071] zfsloader broken on sparc64 since r268649
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Oct 1 19:21:28 UTC 2014
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194071
--- Comment #4 from lidl at pix.net ---
(In reply to Xin LI from comment #3)
> Do we need the same treatment on the ZFS copy of lz4.c?
> (sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lz4.c)?
That code has wrapped with:
#ifndef LZ4_FORCE_UNALIGNED_ACCESS
#pragma pack(1)
#endif
<code>
#ifndef LZ4_FORCE_UNALIGNED_ACCESS
#pragma pack()
#endif
So it has already been treated in the same manner.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list