目前我正在使用vfs_write和vfs_read来做同步文件io。是否可以在内核空间中使用async io?示例将非常感谢。
vfs_write
vfs_read
async io
发布于 2016-03-17 19:31:07
我不确定这些信息是否是最新的,但请查看Linux设备驱动程序中的Performing Direct I/O章节。
https://stackoverflow.com/questions/36051391
相似问题