summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2021-11-09 15:08:11 -0700
committerJens Axboe <axboe@kernel.dk>2021-11-09 19:19:15 -0700
commitecaf97f474447821ade290cebbe82bc9b6b23cff (patch)
tree5080618070e33ad9567051096c4c3057ad0ace13 /usr
parent35e4c6c1a2fc2eb11b9306e95cda1fa06a511948 (diff)
downloadlinux-ecaf97f474447821ade290cebbe82bc9b6b23cff.tar.gz
linux-ecaf97f474447821ade290cebbe82bc9b6b23cff.tar.bz2
linux-ecaf97f474447821ade290cebbe82bc9b6b23cff.zip
block: use enum type for blk_mq_alloc_data->rq_flags
kernel test robot reports that we now trigger some sparse warnings: block/blk-mq.h:169:32: sparse: sparse: restricted req_flags_t degrades to integer block/blk-mq.h:169:32: sparse: sparse: restricted req_flags_t degrades to integer block/blk-mq.h:169:32: sparse: sparse: restricted req_flags_t degrades to integer which is due to ->rq_flags being an unsigned int, rather than the stronger type req_flags_t enum. Change the type to req_flags_t to silence this warning. Fixes: 56f8da642bd8 ("block: add rq_flags to struct blk_mq_alloc_data") Reported-by: kernel test robot <lkp@intel.com> Reviewed-by: Bart Van Assche <bvanassche@acm.org> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'usr')
0 files changed, 0 insertions, 0 deletions