We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 800d0b9 commit 6bdd3a0Copy full SHA for 6bdd3a0
include/linux/fs.h
@@ -399,7 +399,9 @@ struct readahead_control;
399
{ IOCB_WAITQ, "WAITQ" }, \
400
{ IOCB_NOIO, "NOIO" }, \
401
{ IOCB_ALLOC_CACHE, "ALLOC_CACHE" }, \
402
- { IOCB_DIO_CALLER_COMP, "CALLER_COMP" }
+ { IOCB_DIO_CALLER_COMP, "CALLER_COMP" }, \
403
+ { IOCB_AIO_RW, "AIO_RW" }, \
404
+ { IOCB_HAS_METADATA, "AIO_HAS_METADATA" }
405
406
struct kiocb {
407
struct file *ki_filp;
0 commit comments