projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
800d0b9
)
fs: add missing values to TRACE_IOCB_STRINGS
author
Christoph Hellwig
<hch@lst.de>
Tue, 10 Jun 2025 14:00:20 +0000
(16:00 +0200)
committer
Christian Brauner
<brauner@kernel.org>
Wed, 11 Jun 2025 10:02:15 +0000
(12:02 +0200)
Make sure all values are covered.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Link:
https://lore.kernel.org/20250610140020.2227932-1-hch@lst.de
Signed-off-by: Christian Brauner <brauner@kernel.org>
include/linux/fs.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/fs.h
b/include/linux/fs.h
index 96c7925a655199ebdfefafa587ea5ae3e3665867..d27c402f116228c2d2af0cd99cf8e9c46f858d76 100644
(file)
--- a/
include/linux/fs.h
+++ b/
include/linux/fs.h
@@
-399,7
+399,9
@@
struct readahead_control;
{ IOCB_WAITQ, "WAITQ" }, \
{ IOCB_NOIO, "NOIO" }, \
{ IOCB_ALLOC_CACHE, "ALLOC_CACHE" }, \
- { IOCB_DIO_CALLER_COMP, "CALLER_COMP" }
+ { IOCB_DIO_CALLER_COMP, "CALLER_COMP" }, \
+ { IOCB_AIO_RW, "AIO_RW" }, \
+ { IOCB_HAS_METADATA, "AIO_HAS_METADATA" }
struct kiocb {
struct file *ki_filp;