]> git.baikalelectronics.ru Git - kernel.git/commit
md/raid10: Use the new blk_opf_t type
authorBart Van Assche <bvanassche@acm.org>
Thu, 14 Jul 2022 18:07:01 +0000 (11:07 -0700)
committerJens Axboe <axboe@kernel.dk>
Thu, 14 Jul 2022 18:14:32 +0000 (12:14 -0600)
commit4671b5cf10709d0bfb5540ee407ee3a1e1f7ab54
treec3c78e38c7c42518fdf3c35c71d82d45a58f4683
parent33be4c7e4d56d20d9e9e66be486e59f57dba2e4a
md/raid10: Use the new blk_opf_t type

Improve static type checking by using the new blk_opf_t type for
variables that represent a request flags.

Acked-by: Song Liu <song@kernel.org>
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Link: https://lore.kernel.org/r/20220714180729.1065367-36-bvanassche@acm.org
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/md/raid10.c