K 10 svn:author V 5 kmacy K 8 svn:date V 27 2009-12-14T03:52:21.554993Z K 7 svn:log V 695 - reduce changes to arc.c to including zfs_bio.h and not recycling buffers whose pages are cacheable - streamline zfs_bio.c interfaces so that it can be a drop in backend for zio buf allocation - prefix original zio_buf functions with '_' so that all callers to the zio_buf function are now routed through the page cache logic if page caching is not disabled - change zbio_ functions to zio_ except where a naming conflict could occur in which case they're renamed to zfs_bio - add zio_cache_validate to zio_done to mark pages as valid on read completion - move conditional logic for call to zio_cache_sync and zio_cache_validate in to inline function to minimize churn in core ZFS code END