mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-29 12:14:48 +00:00
govmm: Correct documentation for Linux aio.
The comments for "native" aio are incorrect. Correct these. Signed-off-by: Archana Shinde <archana.m.shinde@intel.com>
This commit is contained in:
parent
9dfd949f23
commit
81cdaf0771
@ -1140,7 +1140,7 @@ const (
|
|||||||
// Threads is the pthread asynchronous I/O implementation.
|
// Threads is the pthread asynchronous I/O implementation.
|
||||||
Threads BlockDeviceAIO = "threads"
|
Threads BlockDeviceAIO = "threads"
|
||||||
|
|
||||||
// Native is the pthread asynchronous I/O implementation.
|
// Native is the native Linux AIO implementation.
|
||||||
Native BlockDeviceAIO = "native"
|
Native BlockDeviceAIO = "native"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user