]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man2/io_submit.2
move_pages.2: Minor tweaks to Yang Shi's patch
[thirdparty/man-pages.git] / man2 / io_submit.2
index 81e17d6c55f19c77235637600c53e0d4dd88fd31..3ab73260f00d2f78ed01413a94d2a8a4ab779b02 100644 (file)
@@ -5,7 +5,7 @@
 .\" This file is distributed according to the GNU General Public License.
 .\" %%%LICENSE_END
 .\"
-.TH IO_SUBMIT 2 2019-10-10 "Linux" "Linux Programmer's Manual"
+.TH IO_SUBMIT 2 2020-04-11 "Linux" "Linux Programmer's Manual"
 .SH NAME
 io_submit \- submit asynchronous I/O blocks for processing
 .SH SYNOPSIS
@@ -144,6 +144,7 @@ enum {
     IOCB_CMD_PWRITE = 1,
     IOCB_CMD_FSYNC = 2,
     IOCB_CMD_FDSYNC = 3,
+    IOCB_CMD_POLL = 5,
     IOCB_CMD_NOOP = 6,
     IOCB_CMD_PREADV = 7,
     IOCB_CMD_PWRITEV = 8,