Re: vmd vioblk start/finish

2017-05-30 Thread Mike Larkin
On Tue, May 30, 2017 at 07:00:08AM -0400, Ted Unangst wrote: > This splits the read/write functions into top and bottom halves. It doesn't > change much yet, but this is a requirement for async IO. The start funtion > turns the request into an ioinfo (to be completed eventually by a thread) and > t

vmd vioblk start/finish

2017-05-30 Thread Ted Unangst
This splits the read/write functions into top and bottom halves. It doesn't change much yet, but this is a requirement for async IO. The start funtion turns the request into an ioinfo (to be completed eventually by a thread) and the finish function retrives the result. (for now, we just do the work