[Bug 194071] zfsloader broken on sparc64 since r268649

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Oct 2 00:13:50 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194071

Xin LI <delphij at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Triage                |Needs MFC

--- Comment #5 from Xin LI <delphij at FreeBSD.org> ---
(In reply to lidl from comment #4)
> (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.

Can you try r272389 and let me know if it fixed your problem?  If everything
works fine I'd like to merge this as soon as possible.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list