K 10 svn:author V 3 smh K 8 svn:date V 27 2016-01-14T21:31:26.421824Z K 7 svn:log V 275 Prevent bogus compiler in ZFS boot code Silence a bogus compiler warning about indexing past the end of dn_bonus. The ZFS code ensures this is not possible but the compiler can't determine this so added an additional check to prevent this warning. Sponsored by: Multiplay END