fio: Fix race condition in fio.read
When fio.read from multiple fibers is performed, as fio.read yields before performing actual read operation and ibuf shared among several fibers may be corrupted and read data is mixed. The fix is to create new ibuf for each fio.read call in case buffer is not specified. Closes #3187
Loading
Please register or sign in to comment