commit | 7649c873c16a384d447f7dbf9b153e333159f914 | [log] [tgz] |
---|---|---|
author | Bart Van Assche <bvanassche@acm.org> | Thu Jul 14 11:07:18 2022 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Thu Jul 14 12:14:32 2022 -0600 |
tree | 382cedf2e75e44615bba766ebf9fd34f8076c2f2 | |
parent | 67c0f556302cfcdb5b5fb7933afa08cb1de75b36 [diff] |
fs/f2fs: Use the enum req_op and blk_opf_t types Improve static type checking by using the enum req_op type for variables that represent a request operation and the new blk_opf_t type for variables that represent request flags. Cc: Jaegeuk Kim <jaegeuk@kernel.org> Signed-off-by: Bart Van Assche <bvanassche@acm.org> Link: https://lore.kernel.org/r/20220714180729.1065367-53-bvanassche@acm.org Signed-off-by: Jens Axboe <axboe@kernel.dk>