mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-23 20:24:12 +08:00
block: Add missing entries from cmd_flag_name[]
Add missing entries for req_flag_bits. 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-2-john.g.garry@oracle.com Signed-off-by: Jens Axboe <axboe@kernel.dk>
This commit is contained in:
parent
8e64d2356c
commit
6b3789e6c5
@ -223,8 +223,13 @@ static const char *const cmd_flag_name[] = {
|
||||
CMD_FLAG_NAME(RAHEAD),
|
||||
CMD_FLAG_NAME(BACKGROUND),
|
||||
CMD_FLAG_NAME(NOWAIT),
|
||||
CMD_FLAG_NAME(NOUNMAP),
|
||||
CMD_FLAG_NAME(POLLED),
|
||||
CMD_FLAG_NAME(ALLOC_CACHE),
|
||||
CMD_FLAG_NAME(SWAP),
|
||||
CMD_FLAG_NAME(DRV),
|
||||
CMD_FLAG_NAME(FS_PRIVATE),
|
||||
CMD_FLAG_NAME(ATOMIC),
|
||||
CMD_FLAG_NAME(NOUNMAP),
|
||||
};
|
||||
#undef CMD_FLAG_NAME
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user