K 10 svn:author V 7 delphij K 8 svn:date V 27 2014-08-02T08:34:22.173727Z K 7 svn:log V 387 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 MFC after: 2 weeks END