K 10 svn:author V 7 asomers K 8 svn:date V 27 2018-02-25T14:29:43.333323Z K 7 svn:log V 198 Don't declare __assfail as static It gets called by dmu_buf_init_user, which is inline but not static. So it needs global linkage itself. Reported by: GCC-6 MFC after: 17 days X-MFC-With: 329722 END