Vectorized Read?
Vectorized Read?
Posted Mar 22, 2007 18:35 UTC (Thu) by vmole (guest, #111)In reply to: Vectorized Read? by ldo
Parent article: The 2007 Linux Storage and File Systems Workshop
Because fsck needs block addressed access, and aio_read() is based on (fd, offset, count). Otherwise, you don't even need AIO; you'd just use readv(2). OTOH, it seems like readv() would be sufficient given the RAW_IO to the partition...so maybe someone else should answer this :-)