K 10 svn:author V 3 mav K 8 svn:date V 27 2016-10-16T10:43:12.686914Z K 7 svn:log V 330 Optimize ZIL itx memory allocation on FreeBSD. These allocations can reach up to 128KB, while FreeBSD kernel allocator can cache allocations only up to 64KB. To avoid expensive allocations for each large ZIL write use caching zio_buf_alloc() allocator instead. To make it possible de-inline few instances of zil_itx_destroy(). END