K 10 svn:author V 7 delphij K 8 svn:date V 27 2014-08-18T05:17:24.367502Z K 7 svn:log V 380 MFC r269431: 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 END