svn commit: r337674 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys
John Baldwin
jhb at FreeBSD.org
Wed Aug 15 07:36:38 UTC 2018
On 8/12/18 3:09 AM, Matt Macy wrote:
> Author: mmacy
> Date: Sun Aug 12 02:09:06 2018
> New Revision: 337674
> URL: https://svnweb.freebsd.org/changeset/base/337674
>
> Log:
> Restore legacy dnode_phys layout on tier 2 arches
>
> Evidently gcc4 doesn't support anonymous union members
It does. We use it in 'struct mbuf'. It does require
-fms-extensions which we enable for kernel builds. Perhaps ZFS is
missing this flag due to using custom build flags and/or rules?
--
John Baldwin
More information about the svn-src-head
mailing list