diff options
author | John Garry <[email protected]> | 2024-07-19 11:28:59 +0000 |
---|---|---|
committer | Jens Axboe <[email protected]> | 2024-07-19 09:32:48 -0600 |
commit | af54963f193533dd7c1fe8f3d4e7af18de2406d8 (patch) | |
tree | d6164a000471212cdfea664970d6e1736a408601 | |
parent | 6b3789e6c5310a8f517796b0f4a11039f9e5cf8f (diff) |
block: Add zone write plugging entry to rqf_name[]
Add missing entry.
Reviewed-by: Bart Van Assche <[email protected]>
Signed-off-by: John Garry <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jens Axboe <[email protected]>
-rw-r--r-- | block/blk-mq-debugfs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/block/blk-mq-debugfs.c b/block/blk-mq-debugfs.c index 786fa4d6e019..49d4f6e0a719 100644 --- a/block/blk-mq-debugfs.c +++ b/block/blk-mq-debugfs.c @@ -248,6 +248,7 @@ static const char *const rqf_name[] = { RQF_NAME(HASHED), RQF_NAME(STATS), RQF_NAME(SPECIAL_PAYLOAD), + RQF_NAME(ZONE_WRITE_PLUGGING), RQF_NAME(TIMED_OUT), RQF_NAME(RESV), }; |