mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-01 10:43:43 +00:00
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>
This commit is contained in:
parent
6b3789e6c5
commit
af54963f19
@ -248,6 +248,7 @@ static const char *const rqf_name[] = {
|
|||||||
RQF_NAME(HASHED),
|
RQF_NAME(HASHED),
|
||||||
RQF_NAME(STATS),
|
RQF_NAME(STATS),
|
||||||
RQF_NAME(SPECIAL_PAYLOAD),
|
RQF_NAME(SPECIAL_PAYLOAD),
|
||||||
|
RQF_NAME(ZONE_WRITE_PLUGGING),
|
||||||
RQF_NAME(TIMED_OUT),
|
RQF_NAME(TIMED_OUT),
|
||||||
RQF_NAME(RESV),
|
RQF_NAME(RESV),
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user