freebsd-dev/sys/cddl
Xin LI 1dcef10eac MFV r269427:
In dnode_children_t, use C99's "[]" idiom for declaring the variable
sized array dnc_children at the end of the structure.

This prevents the compiler from mistakenly optimizing away accesses
beyond the array's defined size.

Illumos issue:
    5038 Remove "old-style" flexible array usage in ZFS.
    Author: Justin T. Gibbs <justing@spectralogic.com>

MFC after:	2 weeks
2014-08-02 08:34:22 +00:00
..
boot/zfs MFV r267565: 2014-07-01 06:43:15 +00:00
compat/opensolaris When arm 64-bit atomic ops are available, define ARM_HAVE_ATOMIC64. Use 2014-08-02 03:44:27 +00:00
contrib/opensolaris MFV r269427: 2014-08-02 08:34:22 +00:00
dev Use a C wrapper for trap() instead of checking and calling the DTrace trap 2014-07-19 02:27:31 +00:00