Skip to content

Commit af54963

Browse files
johnpgarryaxboe
authored andcommitted
block: Add zone write plugging entry to rqf_name[]
Add missing entry. Reviewed-by: Bart Van Assche <bvanassche@acm.org> Signed-off-by: John Garry <john.g.garry@oracle.com> Link: https://lore.kernel.org/r/20240719112912.3830443-3-john.g.garry@oracle.com Signed-off-by: Jens Axboe <axboe@kernel.dk>
1 parent 6b3789e commit af54963

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

block/blk-mq-debugfs.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@ static const char *const rqf_name[] = {
248248
RQF_NAME(HASHED),
249249
RQF_NAME(STATS),
250250
RQF_NAME(SPECIAL_PAYLOAD),
251+
RQF_NAME(ZONE_WRITE_PLUGGING),
251252
RQF_NAME(TIMED_OUT),
252253
RQF_NAME(RESV),
253254
};

0 commit comments

Comments
 (0)